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 | b71af73c00d0f1ebb4f994e16660c0002b47dde7 (patch) | |
tree | 614002bca768a4c67c8f983cc93da58577e8fc34 /Makefile | |
parent | 4734a0e69051169c69f6b05cde0e075f99d1fe9b (diff) | |
download | openttd-b71af73c00d0f1ebb4f994e16660c0002b47dde7.tar.xz |
(svn r1474) Added some gcc flags in the Makefile
Diffstat (limited to '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= |