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 5a9093a commit 4416958Copy full SHA for 4416958
2 files changed
.appveyor.yml
@@ -51,6 +51,7 @@ build_script:
51
52
cmake -Wdev -G"%generator%" -A"%platform%" -S. -Bbuild -DCMAKE_CONFIGURATION_TYPES=Release
53
-DBUILD_CRUNCH=ON -DBUILD_SHARED_LIBCRN=ON -DBUILD_EXAMPLES=ON
54
+ -DUSE_FAST_MATH=OFF
55
56
cmake --build build --config Release
57
.azure-pipelines.yml
@@ -120,6 +120,7 @@ steps:
120
if [ -z "${SOURCE_DIR:-}" ]; then
121
cmake_args+=(-DBUILD_CRUNCH=ON -DBUILD_SHARED_LIBCRN=ON -DBUILD_EXAMPLES=ON)
122
fi
123
+ cmake_args+=(-DUSE_FAST_MATH=OFF)
124
cmake -S"${SOURCE_DIR:-.}" -Bbuild "${cmake_args[@]}"
125
126
displayName: 'Build'
0 commit comments