зеркало из https://github.com/mozilla/pjs.git
10 строки
220 B
Makefile
10 строки
220 B
Makefile
|
WFLAGS = -Wmissing-prototypes -Wstrict-prototypes -Wunused \
|
||
|
-Wswitch
|
||
|
|
||
|
|
||
|
if DEBUG
|
||
|
CXXFLAGS = -DXP_UNIX -g -DDEBUG -DNEW_PARSER $(WFLAGS)
|
||
|
else
|
||
|
CXXFLAGS = -DXP_UNIX -O2 -DNEW_PARSER -Wuninitialized $(WFLAGS)
|
||
|
endif
|