diff options
author | Josep Torra <n770galaxy@gmail.com> | 2013-01-07 10:18:24 +0100 |
---|---|---|
committer | Josep Torra <n770galaxy@gmail.com> | 2013-01-07 10:18:24 +0100 |
commit | e4b6cbf55e8c475fcefb599f706904ceb39c6b7f (patch) | |
tree | cae38435f49121d1075fdb10e0bae197941edb02 /patches/cflags.patch | |
parent | 1c9cc7e607e358e4e41e08717d008712f1b2c028 (diff) |
Default to -O0 -g3 build
Diffstat (limited to 'patches/cflags.patch')
-rw-r--r-- | patches/cflags.patch | 2 |
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 |