mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-12 18:29:04 +00:00
Fixed: Force c++0x for GCC and clang to be able to use std::unique_ptr and std::shared_ptr
--HG-- branch : develop
This commit is contained in:
parent
10a3255523
commit
b5fc65ce3e
1 changed files with 3 additions and 0 deletions
|
@ -851,6 +851,9 @@ MACRO(NL_SETUP_BUILD)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
|
# use c++0x standard to use std::unique_ptr and std::shared_ptr
|
||||||
|
ADD_PLATFORM_FLAGS("-std=c++0x")
|
||||||
|
|
||||||
ADD_PLATFORM_FLAGS("-D_REENTRANT")
|
ADD_PLATFORM_FLAGS("-D_REENTRANT")
|
||||||
|
|
||||||
# hardening
|
# hardening
|
||||||
|
|
Loading…
Reference in a new issue