blob: 3913a3507300933044c02c41480c4615c5c1ac02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/Makefile.orig 2007-11-01 13:31:47.000000000 +0100
+++ src/Makefile 2007-11-01 13:32:55.000000000 +0100
@@ -154,7 +154,7 @@
# flags for debugging:
# CFLAGS = -g -I../include
-CFLAGS = -O -I../include
+CFLAGS = -O0 -g3 $(CFLAGS_DEB) -I../include
LFLAGS =
# The Qt and Be window systems are written in C++, while the rest of
|