
This reverts commit68b1abf77f
. The warnings are valuable and shouldn't be cast aside. As of8f509f1
, we special case macOS and don't set -fno-sanitize-recover to allow CI to succeed. In the future, this could be made stricter again by only suppressing known bugs, which ideally should also be fixed or reported upstream.
9 lines
128 B
CMake
9 lines
128 B
CMake
include_directories(
|
|
${CMAKE_SOURCE_DIR}/include)
|
|
|
|
add_executable(CDemo
|
|
CDemo.c)
|
|
|
|
target_link_libraries(CDemo
|
|
slvs)
|