diff options
| author | Felix Wallin <nibbler.v1@gmail.com> | 2010-09-02 20:59:48 (GMT) |
|---|---|---|
| committer | Felix Wallin <nibbler.v1@gmail.com> | 2010-09-02 20:59:48 (GMT) |
| commit | 32b1a2c3ab928bec980601f257487db39b0b8e33 (patch) | |
| tree | cf699c673188c45ae2061a2f0f6952af72668c74 /Makefile | |
| parent | 5c0ffc799bd2cb5d8596904df5be124b2f52a387 (diff) | |
| download | powder-32b1a2c3ab928bec980601f257487db39b0b8e33.zip powder-32b1a2c3ab928bec980601f257487db39b0b8e33.tar.gz | |
does not compile at the moment, cause unknown, also. always use // for one line comments
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ SOURCES := *.c -HEADERS := font.h hmap.h http.h md5.h icon.h update.h version.h +HEADERS := *.h CFLAGS := -Wall -std=c99 -D_POSIX_C_SOURCE=200112L OFLAGS := -O3 -ffast-math -ftree-vectorize -funsafe-math-optimizations @@ -11,7 +11,7 @@ MFLAGS_SSE3 := -march=k8 -DX86 -DX86_SSE3 -msse3 MFLAGS_SSE2 := -march=k8 -DX86 -DX86_SSE2 -msse2 MFLAGS_SSE := -march=pentium3 -DX86 -DX86_SSE FLAGS_DBUG := -Wall -std=c99 -D_POSIX_C_SOURCE=200112L -pg -O2 -march=k8 -DX86 -DX86_SSE3 -msse3 -lSDL -lm -lpthread -lbz2 -COMPILER := gcc +COMPILER := clang LINUX_TARG := powder-64-sse2 powder-sse powder-sse2 WIN32_TARG := powder-sse.exe powder-sse2.exe |
