diff options
author | celestar <celestar@openttd.org> | 2005-01-10 21:56:02 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2005-01-10 21:56:02 +0000 |
commit | 46d0e2f892bdb7a17deb7b5e2847db458967bf14 (patch) | |
tree | 614002bca768a4c67c8f983cc93da58577e8fc34 | |
parent | 70f99214235bbf1840df3677bedb1809e2130eb2 (diff) | |
download | openttd-46d0e2f892bdb7a17deb7b5e2847db458967bf14.tar.xz |
(svn r1474) Added some gcc flags in the Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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= |