From 175b37d23944be2c4c5928476e67d380d5920461 Mon Sep 17 00:00:00 2001 From: Felix Wallin Date: Wed, 3 Nov 2010 11:50:48 +0100 Subject: [PATCH] added debug flag --- Makefile | 2 +- src/main.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b2412ca49..eca90db96 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ LFLAGS := -lSDL -lm -lbz2 MFLAGS_SSE3 := -march=native -DX86 -DX86_SSE3 -msse3 MFLAGS_SSE2 := -march=native-DX86 -DX86_SSE2 -msse2 MFLAGS_SSE := -march=native -DX86 -DX86_SSE -FLAGS_DBUG := -Wall -std=c99 -D_POSIX_C_SOURCE=200112L -pg -DX86 -DX86_SSE3 -msse3 -lSDL -lm -lbz2 +FLAGS_DBUG := -Wall -std=c99 -D_POSIX_C_SOURCE=200112L -pg -DX86 -DX86_SSE3 -msse3 -lSDL -lm -lbz2 -g COMPILER := gcc LINUX_TARG := powder-64-sse2 powder-sse powder-sse2 WIN32_TARG := powder-sse.exe powder-sse2.exe diff --git a/src/main.c b/src/main.c index 5ef9ce304..dd6a02a1c 100644 --- a/src/main.c +++ b/src/main.c @@ -21,7 +21,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ - #include #include #include @@ -29,7 +28,7 @@ #include #include #include - +#include #ifdef WIN32 #include #else