From 42f5cf229efa2b20c642c7c0d7a2f3cd98b9a890 Mon Sep 17 00:00:00 2001 From: oroborus Date: Mon, 17 Mar 2008 22:19:43 +0000 Subject: - dopisane scripty git-svn-id: http://opensvn.csie.org/tuxanci_ng@25 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 67e442b..b740d40 100755 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,8 @@ #CC = /usr/local/gcc/bin/gcc CC = gcc -CFLAGS = -g -O0 -DSUPPORT_NET_SDL_UDP -DDISTDIR=\"$(DISTDIR)\" -I../include -Wall `sdl-config --cflags` +#CFLAGS = -O2 -DSUPPORT_NET_SDL_UDP -I../include -Wall `sdl-config --cflags` +CFLAGS = -O2 -I../include -Wall `sdl-config --cflags` #CFLAGS = -O2 -DDISTDIR=\"$(DISTDIR)\" `sdl-config --cflags` -I../include -Wall LIBS = `sdl-config --libs` -lSDL_image -lSDL_ttf -lSDL_mixer -lSDL_net -- cgit v1.2.3