Skip to content

Commit

Permalink
-fno-strict-aliasing got lost..
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel committed Aug 28, 2005
1 parent b603a04 commit a8bff00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/unix/Makefile
Expand Up @@ -125,7 +125,7 @@ ifeq ($(PLATFORM),linux)
DEBUG_CFLAGS += -O0
OPTIMIZE = -O3 -ffast-math -funroll-loops -fomit-frame-pointer -fno-strict-aliasing
ifeq ($(ARCH),x86_64)
OPTIMIZE = -O3 -fomit-frame-pointer -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fstrength-reduce
OPTIMIZE = -O3 -fomit-frame-pointer -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fstrength-reduce -fno-strict-aliasing
else
ifeq ($(ARCH),i386)
OPTIMIZE = -O3 -march=i686 -fomit-frame-pointer -ffast-math -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing -fstrength-reduce
Expand Down

0 comments on commit a8bff00

Please sign in to comment.