File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ macro(project_options)
6161 set (oneValueArgs MSVC_WARNINGS CLANG_WARNINGS GCC_WARNINGS)
6262 set (multiValueArgs PCH_HEADERS CONAN_OPTIONS)
6363 cmake_parse_arguments (
64- project_options
64+ ProjectOptions
6565 "${options} "
6666 "${oneValueArgs} "
6767 "${multiValueArgs} "
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ project_options(
3535 # ENABLE_USER_LINKER
3636 # ENABLE_BUILD_WITH_TIME_TRACE
3737 ENABLE_UNITY
38- ENABLE_SANITIZER_ADDRESS
38+ # ENABLE_SANITIZER_ADDRESS
3939 # ENABLE_SANITIZER_LEAK
4040 # ENABLE_SANITIZER_UNDEFINED_BEHAVIOR
4141 # ENABLE_SANITIZER_THREAD
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ int main() {
2626 fmt::print (" {}" , eigen_vec);
2727
2828 // trigger address sanitizer
29- int *p = nullptr ;
30- *p = 1 ;
29+ // int *p = nullptr;
30+ // *p = 1;
3131}
You can’t perform that action at this time.
0 commit comments