From e4b6cbf55e8c475fcefb599f706904ceb39c6b7f Mon Sep 17 00:00:00 2001 From: Josep Torra Date: Mon, 7 Jan 2013 10:18:24 +0100 Subject: Default to -O0 -g3 build --- patches/cflags.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3