[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-dev] [PATCH] please build with -g
Hi,
I'd suggest building with -g. Almost all software does this, to allow
administrator and/or distributors to decide if they want debugging symbols
or not (by stripping them off later).
--
Robert Millan
ACK STORM, S.L. - http://www.ackstorm.es/
--- ossec-hids-1.0/src/Config.Make~ 2006-06-13 02:04:10.000000000 +0200
+++ ossec-hids-1.0/src/Config.Make 2007-02-06 12:13:25.000000000 +0100
@@ -8,7 +8,7 @@
include ${PT}Config.OS
-CFLAGS = -Wall -I${PT} -I${PT}headers ${CPATH} ${CEXTRA} ${DEXTRA} ${EEXTRA} -DARGV0=\"${NAME}\" -DXML_VAR=\"var\" -DOSSECHIDS
+CFLAGS = -g -Wall -I${PT} -I${PT}headers ${CPATH} ${CEXTRA} ${DEXTRA} ${EEXTRA} -DARGV0=\"${NAME}\" -DXML_VAR=\"var\" -DOSSECHIDS
SOURCES = *.c
OBJECTS = *.o
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.