Changed compiler flags to allow tinter code to work on x86 (see tuxpaint-devel)
This commit is contained in:
parent
f9b5f0b4bf
commit
54636b8328
2 changed files with 6 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue