mirror of
https://github.com/psforever/PSCrypto.git
synced 2026-07-14 16:04:39 +00:00
Force STD C++ 03
This commit is contained in:
parent
5553b9f75b
commit
7f8caa1f69
1 changed files with 2 additions and 2 deletions
|
|
@ -23,9 +23,9 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef DEBUG
|
ifdef DEBUG
|
||||||
CXXFLAGS += -g
|
CXXFLAGS += -g -std=c++03
|
||||||
else
|
else
|
||||||
CXXFLAGS += -O2 -DNDEBUG
|
CXXFLAGS += -O2 -DNDEBUG -std=c++03
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LIB_FLAGS=$(LDFLAGS) -Wl,-soname=$(LIB)
|
LIB_FLAGS=$(LDFLAGS) -Wl,-soname=$(LIB)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue