We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f86940 commit 6a56274Copy full SHA for 6a56274
cmake/strict_compile_flags.cmake
@@ -17,7 +17,7 @@ set(LT_STRICT_COMPILATION_FLAGS
17
"-Wunused-result"
18
"-Wmissing-prototypes"
19
"-fstack-protector-strong"
20
- CACHE STRING "Compile flags for Static ASan")
+ CACHE STRING "Strict compile flags")
21
22
# Create the INTERFACE library with the requested name.
23
add_library(libtropic_strict_comp_flags INTERFACE)
0 commit comments