We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b409b2a commit df769ffCopy full SHA for df769ff
1 file changed
lib/patchestry/intrinsics/CMakeLists.txt
@@ -29,6 +29,9 @@ target_compile_options(patchestry_intrinsics PRIVATE
29
-Wextra
30
-Wno-unused-parameter
31
-fPIC
32
+ $<$<COMPILE_LANGUAGE:C>:-std=c99>
33
+ $<$<C_COMPILER_ID:GNU,Clang>:-pedantic>
34
+ $<$<C_COMPILER_ID:GNU,Clang>:-Wc99-c11-compat>
35
)
36
37
# Install the library
0 commit comments