mirror of https://github.com/OpenTTD/OpenTTD
(svn r1474) Added some gcc flags in the Makefile
parent
70f9921423
commit
46d0e2f892
2
Makefile
2
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=
|
||||
|
|
Loading…
Reference in New Issue