Skip to content

Commit 335cf76

Browse files
committed
ci: Enable ASan, qemu Release build
1 parent 2e26d2b commit 335cf76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ jobs:
458458
- checkout
459459
- build:
460460
build_type: RelWithDebInfo
461-
cmake_options: -DENABLE_ASSERTIONS=ON
462-
# cmake_options: -DENABLE_ASSERTIONS=ON -DSANITIZE=address,undefined,nullability,implicit-unsigned-integer-truncation,implicit-signed-integer-truncation
461+
# cmake_options: -DENABLE_ASSERTIONS=ON
462+
cmake_options: -DENABLE_ASSERTIONS=ON -DSANITIZE=address
463463
- test
464464
- benchmark:
465465
min_time: "0.01"
@@ -531,7 +531,7 @@ jobs:
531531
- install_testfloat
532532
- checkout
533533
- build:
534-
build_type: Debug
534+
build_type: Release
535535
cmake_options: -DCMAKE_TOOLCHAIN_FILE=~/project/cmake/toolchains/arm64-linux.cmake
536536
- test
537537
# TODO: Enable spectests

0 commit comments

Comments
 (0)