We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8e3a6 commit 2826017Copy full SHA for 2826017
.github/workflows/continuous-integration-workflow-32bit.yml
@@ -36,7 +36,7 @@ jobs:
36
-DKokkos_ENABLE_DEPRECATED_CODE_4=ON \
37
-DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF \
38
-DKokkos_ENABLE_COMPILER_WARNINGS=ON \
39
- -DCMAKE_CXX_FLAGS="-Werror -m32 -DKOKKOS_IMPL_32BIT" \
+ -DCMAKE_CXX_FLAGS="-Werror -m32" \
40
-DCMAKE_CXX_COMPILER=g++ \
41
-DCMAKE_BUILD_TYPE=RelWithDebInfo
42
- name: Build
0 commit comments