Changed compiler flags to allow tinter code to work on x86 (see tuxpaint-devel)

This commit is contained in:
William Kendrick 2006-03-13 00:34:05 +00:00
parent f9b5f0b4bf
commit 54636b8328
2 changed files with 6 additions and 1 deletions

View file

@ -96,7 +96,8 @@ SDL_CFLAGS=$(shell sdl-config --cflags)
# The entire set of CFLAGS:
CFLAGS=-O2 -W -Wall -fno-common -ffast-math \
#-ffast-math
CFLAGS=-O2 -W -Wall -fno-common -ffloat-store \
-Wcast-align -Wredundant-decls \
-Wbad-function-cast -Wwrite-strings \
-Waggregate-return \