CMakeLists.txt: add -ftemplate-depth=900
This commit is contained in:
parent
8534f71eed
commit
37d5b8d9c2
|
@ -816,6 +816,9 @@ else()
|
||||||
set(DEBUG_FLAGS "${DEBUG_FLAGS} -O0 ")
|
set(DEBUG_FLAGS "${DEBUG_FLAGS} -O0 ")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# At least some CLANGs default to not enough for monero
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ftemplate-depth=900")
|
||||||
|
|
||||||
if(NOT DEFINED USE_LTO_DEFAULT)
|
if(NOT DEFINED USE_LTO_DEFAULT)
|
||||||
set(USE_LTO_DEFAULT false)
|
set(USE_LTO_DEFAULT false)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue