From d18b16b3f0cac97bb612d8bd370b90ed417856de Mon Sep 17 00:00:00 2001 From: Mark Seaborn Date: Sun, 28 Dec 2008 18:51:41 +0000 Subject: [PATCH] Enable debugging --- myconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myconfig.sh b/myconfig.sh index ca174585bc..c03999fcfe 100755 --- a/myconfig.sh +++ b/myconfig.sh @@ -6,6 +6,6 @@ mkdir -p build4 cd build4 ../configure --prefix=/usr --host=i486-linux-gnu \ CC="`pwd`/../../tools_bin/linux/sdk/nacl-sdk/bin/nacl-gcc" \ - CFLAGS="-march=i486 -pipe -fstrict-aliasing -O2" \ + CFLAGS="-march=i486 -pipe -fstrict-aliasing -O2 -g" \ --with-headers=`pwd`/../kernel-headers \ --disable-shared -- 2.11.4.GIT