blob: d9ee4ac178ed6f9adc5d98c71b290b7f620f027e (
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 = $(CFLAGS_DEB) -fomit-frame-pointer -I../include
LFLAGS =
# The Qt and Be window systems are written in C++, while the rest of
|