Skip to content

Commit 27c13ac

Browse files
committed
ci: fast-math is now disabled by default
1 parent 64d2d4e commit 27c13ac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ build_script:
5353
5454
cmake -Wdev -G"%generator%" -A"%platform%" -S. -Bbuild -DCMAKE_CONFIGURATION_TYPES=Release
5555
-DBUILD_CRUNCH=ON -DBUILD_EXAMPLES=ON
56-
-DUSE_FAST_MATH=OFF
5756
5857
cmake --build build --config Release
5958

.azure-pipelines.yml

-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ steps:
125125
if [ -z "${SOURCE_DIR:-}" ]; then
126126
cmake_args+=(-DBUILD_CRUNCH=ON -DBUILD_EXAMPLES=ON -DBUILD_SHARED_LIBS=ON)
127127
fi
128-
cmake_args+=(-DUSE_FAST_MATH=OFF)
129128
cmake -S"${SOURCE_DIR:-.}" -Bbuild "${cmake_args[@]}"
130129
cmake --build build --config Release
131130
displayName: 'Build'

0 commit comments

Comments
 (0)