this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove undefined behavior check; time for a break then cleanup then back

alice cfaca340 b42976cb

+5
+5
CMakeLists.txt
··· 107 107 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu11") 108 108 endif() 109 109 110 + #[===[ 110 111 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O0 -fsanitize=address -fsanitize=undefined -fsanitize=leak -fsanitize-recover=undefined -fno-omit-frame-pointer") 111 112 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O0 -fsanitize=address -fsanitize=undefined -fsanitize=leak -fsanitize-recover=undefined -fno-omit-frame-pointer") 113 + ]===] 114 + 115 + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O0 -fsanitize=address -fsanitize=leak -fno-omit-frame-pointer") 116 + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O0 -fsanitize=address -fsanitize=leak -fno-omit-frame-pointer") 112 117 113 118 set(THIRDPARTY_DIR ${CMAKE_SOURCE_DIR}/vendor) 114 119 set(DEMO_CARTS_IN ${CMAKE_SOURCE_DIR}/demos)