mirror of
https://github.com/psforever/PSCrypto.git
synced 2026-01-19 19:14:44 +00:00
Force STD C++ 03
This commit is contained in:
parent
5553b9f75b
commit
7f8caa1f69
|
|
@ -23,9 +23,9 @@ else
|
|||
endif
|
||||
|
||||
ifdef DEBUG
|
||||
CXXFLAGS += -g
|
||||
CXXFLAGS += -g -std=c++03
|
||||
else
|
||||
CXXFLAGS += -O2 -DNDEBUG
|
||||
CXXFLAGS += -O2 -DNDEBUG -std=c++03
|
||||
endif
|
||||
|
||||
LIB_FLAGS=$(LDFLAGS) -Wl,-soname=$(LIB)
|
||||
|
|
|
|||
Loading…
Reference in a new issue