mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:54:01 +01:00
* fix -std= option for gcc
This commit is contained in:
parent
136bca38cb
commit
d08a08acb3
|
@ -59,7 +59,7 @@ endif ()
|
|||
# compiler flags customization (by vendor)
|
||||
add_definitions ( "-Wall -Wextra" )
|
||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
add_definitions( "-std=c++0x" )
|
||||
add_definitions( "-std=c++11" )
|
||||
if (WITH_HARDENING)
|
||||
add_definitions( "-D_FORTIFY_SOURCE=2" )
|
||||
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wformat -Wformat-security -Werror=format-security" )
|
||||
|
|
Loading…
Reference in a new issue