mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r1431) -Fix: oeps, I added my personal Makefile in the last commit :(
This commit is contained in:
parent
141f85eed4
commit
6288f7f00a
2
Makefile
2
Makefile
@ -290,7 +290,7 @@ endif
|
|||||||
# -O optimize or -O2 fully optimize (O's above 2 are not recommended)
|
# -O optimize or -O2 fully optimize (O's above 2 are not recommended)
|
||||||
# -pg profile - generate profiling data. See "man gprof" to use this.
|
# -pg profile - generate profiling data. See "man gprof" to use this.
|
||||||
|
|
||||||
CFLAGS=-Wall -Wno-multichar
|
CFLAGS=-Wall -Wno-multichar -Wuninitialized -Wno-unused-parameter -Wsign-compare
|
||||||
CDEFS=-DWITH_REV
|
CDEFS=-DWITH_REV
|
||||||
LDFLAGS=
|
LDFLAGS=
|
||||||
LIBS=
|
LIBS=
|
||||||
|
Loading…
Reference in New Issue
Block a user