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 6b85b9a commit 172d669Copy full SHA for 172d669
.circleci/config.yml
@@ -121,7 +121,7 @@ jobs:
121
justlib-gcc10:
122
description: Build just the library, install it and do a basic test
123
executor: gcc10
124
- environment: { CMAKE_FLAGS: -SIMDJSON_JUST_LIBRARY=ON }
+ environment: { CMAKE_FLAGS: -DSIMDJSON_JUST_LIBRARY=ON }
125
steps: [ cmake_build, cmake_install_test ]
126
gcc10:
127
description: Build and run tests on GCC 10 and AVX 2 with a cmake static build, this test performance regression
0 commit comments