mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
port back to C++11 from C++14
https://github.com/moneroexamples/onion-monero-blockchain-explorer/ issues/144
This commit is contained in:
parent
029d89b98c
commit
6a1a6c48f8
3 changed files with 9 additions and 5 deletions
|
@ -6,7 +6,7 @@ set(PROJECT_NAME
|
|||
|
||||
project(${PROJECT_NAME})
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
|
||||
if (WIN32)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wa,-mbig-obj -O3")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue