summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-12-06 20:25:13 (GMT)
committer Simon <simon@hardwired.org.uk>2010-12-06 20:25:13 (GMT)
commit3cf8bb93c77ccc09c294bbad5d69e88a83035c44 (patch)
tree94e820be40c3e73330dd66338c77fe71acb1d656 /Makefile
parente629908945576935b794b6c6219451bef8dc2132 (diff)
downloadpowder-3cf8bb93c77ccc09c294bbad5d69e88a83035c44.zip
powder-3cf8bb93c77ccc09c294bbad5d69e88a83035c44.tar.gz
Fix ARAYs scanning off screen, also removed warnings from makefile
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eca90db..c511295 100755
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
SOURCES := src/*.c
-CFLAGS := -Wall -std=c99 -D_POSIX_C_SOURCE=200112L -Iincludes/
+CFLAGS := -w -std=c99 -D_POSIX_C_SOURCE=200112L -Iincludes/
OFLAGS := -O3 -ffast-math -ftree-vectorize -funsafe-math-optimizations
LFLAGS := -lSDL -lm -lbz2
MFLAGS_SSE3 := -march=native -DX86 -DX86_SSE3 -msse3