summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-04-08 14:44:58 (GMT)
committer Simon <simon@hardwired.org.uk>2011-04-08 14:44:58 (GMT)
commit00d8af2404a6ec0747ce4c90c6cb949d7665bff4 (patch)
tree8cc1e1534f2dca43243482c778b7df108dada96e
parent9216675f41ca3a4bc663e8ebf685d2a30a4cd111 (diff)
downloadpowder-00d8af2404a6ec0747ce4c90c6cb949d7665bff4.zip
powder-00d8af2404a6ec0747ce4c90c6cb949d7665bff4.tar.gz
Show all warnings
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0faf71c..b0d8c01 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ PY_INCPATH := $(shell $(PY_BIN) -c "import os.path,sys;print os.path.join(sys.ex
PY_LDFLAGS := $(shell $(PY_BIN) -c "import distutils.sysconfig;print distutils.sysconfig.get_config_var('LINKFORSHARED')")
PYCOMMAND := $(PY_BIN) getheader.py
-CFLAGS := -w -std=c99 -D_POSIX_C_SOURCE=200112L -Iincludes/
+CFLAGS := -std=c99 -D_POSIX_C_SOURCE=200112L -Iincludes/
OFLAGS := -O3 -ffast-math -ftree-vectorize -funsafe-math-optimizations
LFLAGS := -lSDL -lm -lbz2 -lutil -lpython$(PY_VERSION) -L$(PY_LIBPATH) -I$(PY_INCPATH) $(PY_LDFLAGS)
LFLAGS_X := -lm -lbz2 -lSDLmain -I/Library/Frameworks/Python.framework/Versions/$(PY_VERSION)/include/python$(PY_VERSION)