mirror of https://github.com/OpenTTD/OpenTTD
(svn r1432) -Fix: I seem to be unable to revert a simple file :s
parent
ead1aa8dfc
commit
5110ffeef4
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 -Wuninitialized -Wno-unused-parameter -Wsign-compare
|
||||
CFLAGS=-Wall -Wno-multichar
|
||||
CDEFS=-DWITH_REV
|
||||
LDFLAGS=
|
||||
LIBS=
|
||||
|
|
Loading…
Reference in New Issue