summaryrefslogtreecommitdiff
path: root/patches/cflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/cflags.patch')
-rw-r--r--patches/cflags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/cflags.patch b/patches/cflags.patch
new file mode 100644
index 0000000..d9ee4ac
--- /dev/null
+++ b/patches/cflags.patch
@@ -0,0 +1,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