From 783fec77aad5d52ce7f6ff5a7ddd6f94fe0cc478 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 1 Feb 2012 00:33:48 +0200 Subject: [PATCH 6/6] (temp) enable debug --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 1bf09a4..04830cd 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ userinstall: SDL_CFLAGS=`sdl-config --cflags` SDL_LIB=`sdl-config --libs` -CCFLAGS=-Wall -ansi -Wextra -pedantic -O3 -DSYSSHARE=\"$(SYSPREFIX)/share\" +CCFLAGS=-Wall -ansi -Wextra -pedantic -O0 -g -DSYSSHARE=\"$(SYSPREFIX)/share\" multitalk: multitalk.o datatype.o sdltools.o parse.o graph.o style.o \ files.o render.o latex.o web.o config.o multitalk.h -- 1.7.9.1