summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Wallin <nibbler.v1@gmail.com>2010-12-08 16:34:18 (GMT)
committer Felix Wallin <nibbler.v1@gmail.com>2010-12-08 16:34:18 (GMT)
commitc9f852085bc214c1177be061507ddb8071c48ffd (patch)
tree0b063cf5c2f8cae9f9454cb4d07dbfeef853573c /Makefile
parentd0732c1f923b9f825b5d71e001862749ef5306da (diff)
downloadpowder-c9f852085bc214c1177be061507ddb8071c48ffd.zip
powder-c9f852085bc214c1177be061507ddb8071c48ffd.tar.gz
Revert "function pointers, not doing anything yet"
This reverts commit 048a0672c7106b7a586fad60447bbaf84a1679db.
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 63f43c7..c511295 100755
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ MFLAGS_SSE3 := -march=native -DX86 -DX86_SSE3 -msse3
MFLAGS_SSE2 := -march=native-DX86 -DX86_SSE2 -msse2
MFLAGS_SSE := -march=native -DX86 -DX86_SSE
FLAGS_DBUG := -Wall -std=c99 -D_POSIX_C_SOURCE=200112L -pg -DX86 -DX86_SSE3 -msse3 -lSDL -lm -lbz2 -g
-COMPILER := clang
+COMPILER := gcc
LINUX_TARG := powder-64-sse2 powder-sse powder-sse2
WIN32_TARG := powder-sse.exe powder-sse2.exe