mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-09-05 14:58:31 +00:00
[all] allow disable of backtrace support during build
This commit is contained in:
@@ -14,6 +14,9 @@ if(OPTIMIZE_FOR_NATIVE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
option(ENABLE_BACKTRACE "Enable backtrace support on crash" ON)
|
||||
add_feature_info(ENABLE_BACKTRACE ENABLE_BACKTRACE "Backtrace support.")
|
||||
|
||||
add_compile_options(
|
||||
"-Wall"
|
||||
"-Werror"
|
||||
|
Reference in New Issue
Block a user