Skip to content

Commit

Permalink
#908 cmake- increase compiler template backtrace limit
Browse files Browse the repository at this point in the history
  • Loading branch information
pnstickne committed Jul 28, 2020
1 parent 7ac880c commit 16bff5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/turn_on_warnings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ if(NOT hasParent)
enable_cxx_compiler_flag_if_supported("-Wshadow")
enable_cxx_compiler_flag_if_supported("-Wno-unknown-pragmas")
enable_cxx_compiler_flag_if_supported("-Wsign-compare")
# Not really a warning, is still diagnostic related..
enable_cxx_compiler_flag_if_supported("-ftemplate-backtrace-limit=100")
endif()

0 comments on commit 16bff5c

Please sign in to comment.