diff options
| author | Simon <simon@hardwired.org.uk> | 2010-12-06 20:25:13 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-12-06 20:25:13 (GMT) |
| commit | 3cf8bb93c77ccc09c294bbad5d69e88a83035c44 (patch) | |
| tree | 94e820be40c3e73330dd66338c77fe71acb1d656 /Makefile | |
| parent | e629908945576935b794b6c6219451bef8dc2132 (diff) | |
| download | powder-3cf8bb93c77ccc09c294bbad5d69e88a83035c44.zip powder-3cf8bb93c77ccc09c294bbad5d69e88a83035c44.tar.gz | |
Fix ARAYs scanning off screen, also removed warnings from makefile
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
