summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-01-10 21:56:02 +0000
committercelestar <celestar@openttd.org>2005-01-10 21:56:02 +0000
commit46d0e2f892bdb7a17deb7b5e2847db458967bf14 (patch)
tree614002bca768a4c67c8f983cc93da58577e8fc34 /Makefile
parent70f99214235bbf1840df3677bedb1809e2130eb2 (diff)
downloadopenttd-46d0e2f892bdb7a17deb7b5e2847db458967bf14.tar.xz
(svn r1474) Added some gcc flags in the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 355583fb9..8e98f1c88 100644
--- a/Makefile
+++ b/Makefile
@@ -290,7 +290,7 @@ endif
# -O optimize or -O2 fully optimize (O's above 2 are not recommended)
# -pg profile - generate profiling data. See "man gprof" to use this.
-CFLAGS=-Wall -Wno-multichar -Wsign-compare
+CFLAGS=-Wall -Wno-multichar -Wsign-compare -W -O1 -Wno-unused-parameter
CDEFS=-DWITH_REV
LDFLAGS=
LIBS=