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 9136abd commit 587f7e7Copy full SHA for 587f7e7
bindings/python/CMakeLists.txt
@@ -62,7 +62,8 @@ function(PINOCCHIO_PYTHON_BINDINGS_SPECIFIC_TYPE scalar_name)
62
# * -Wcomment as latex equations have multi-line comments.
63
# * -Wself-assign-overloaded as bp::self operations trigger this (Clang only).
64
cxx_flags_by_compiler_frontend(
65
- GNU -Wno-conversion -Wno-comment -Wno-self-assign-overloaded
+ GNU -Wno-conversion -Wno-comment -Wno-self-assign-overloaded -Xclang=-fno-pch-timestamp
66
+ MSVC -Xclang=-fno-pch-timestamp
67
OUTPUT PRIVATE_OPTIONS
68
FILTER)
69
target_compile_options(${PYTHON_LIB_NAME} PRIVATE ${PRIVATE_OPTIONS})
0 commit comments