Check-in Number:
|
1315 | |
Date: |
2001-Nov-13 14:34:26 (local)
2001-Nov-13 13:34:26 (UTC) |
User: | simons |
Branch: | |
Comment: |
Changed compile flags for debugging purposes. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/var/Makefile 1.4 -> 1.5
--- Makefile 2001/11/13 12:47:41 1.4
+++ Makefile 2001/11/13 13:34:26 1.5
@@ -6,9 +6,8 @@
POD2MAN = pod2man
WARNFLAGS = -Wall -pedantic
-OPTFLAGS = -O3 -pipe
-
-CPPFLAGS =
+OPTFLAGS = -g -pipe
+CPPFLAGS = -DDEBUG
CFLAGS =
LDFLAGS =
|
|