Compare commits

...

1 Commits

Author SHA1 Message Date
David Markowitz
c856e9a9ac fix: missing stack trace function definitions
fixes an issue where the stack traces no longer had any information.  The space savings came from not having the information there which is necessary for stack traces.
2024-03-24 21:53:01 -07:00

View File

@@ -4,8 +4,6 @@ include(CTest)
set(CMAKE_CXX_STANDARD 20)
set(CXX_STANDARD_REQUIRED ON)
set(CMAKE_POLICY_DEFAULT_CMP0063 NEW) # Set CMAKE visibility policy to NEW on project and subprojects
set(CMAKE_CXX_VISIBILITY_PRESET hidden) # Set C++ symbol visibility to default to hidden
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
# Read variables from file