summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2013-01-07 10:18:24 +0100
committerJosep Torra <n770galaxy@gmail.com>2013-01-07 10:18:24 +0100
commite4b6cbf55e8c475fcefb599f706904ceb39c6b7f (patch)
treecae38435f49121d1075fdb10e0bae197941edb02
parent1c9cc7e607e358e4e41e08717d008712f1b2c028 (diff)
Default to -O0 -g3 build
-rw-r--r--patches/cflags.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/cflags.patch b/patches/cflags.patch
index d9ee4ac..3913a35 100644
--- a/patches/cflags.patch
+++ b/patches/cflags.patch
@@ -5,7 +5,7 @@
# CFLAGS = -g -I../include
-CFLAGS = -O -I../include
-+CFLAGS = $(CFLAGS_DEB) -fomit-frame-pointer -I../include
++CFLAGS = -O0 -g3 $(CFLAGS_DEB) -I../include
LFLAGS =
# The Qt and Be window systems are written in C++, while the rest of