diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-23 10:50:48 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-23 10:50:48 (GMT) |
| commit | 8a65c395f490baea3b55f1418207c4ee172a2b3a (patch) | |
| tree | 261957afa7218bd67d4a59c32594488aff269861 /Makefile | |
| parent | 8c0678fa48f9598a5ade2d4960c46bfea7e6abef (diff) | |
| download | powder-8a65c395f490baea3b55f1418207c4ee172a2b3a.zip powder-8a65c395f490baea3b55f1418207c4ee172a2b3a.tar.gz | |
Element menu
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ OBJS := $(patsubst src/%.cpp,build/obj/%.o,$(SOURCES)) FOLDERS := CFLAGS := -w -Isrc/ -Idata/ -OFLAGS := -fkeep-inline-functions #-O3 -ffast-math -ftree-vectorize -funsafe-math-optimizations -msse2 +OFLAGS := -fkeep-inline-functions -O3 -ffast-math -ftree-vectorize -funsafe-math-optimizations -msse2 CPPC := g++ CPPC_WIN := i686-w64-mingw32-gcc |
