Skip to content

Commit 6a56274

Browse files
committed
fix(strict_compile_flags.cmake): LT_STRICT_COMPILATION_FLAGS description
1 parent 4f86940 commit 6a56274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/strict_compile_flags.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(LT_STRICT_COMPILATION_FLAGS
1717
"-Wunused-result"
1818
"-Wmissing-prototypes"
1919
"-fstack-protector-strong"
20-
CACHE STRING "Compile flags for Static ASan")
20+
CACHE STRING "Strict compile flags")
2121

2222
# Create the INTERFACE library with the requested name.
2323
add_library(libtropic_strict_comp_flags INTERFACE)

0 commit comments

Comments
 (0)