Skip to content

Commit

Permalink
Use C++17 for HPX
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jul 13, 2021
1 parent ca3ef63 commit e2c26e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/codecov/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ RUN wget -q https://github.com/${HPX_FORK}/hpx/archive/${HPX_VERSION}.tar.gz -O
-DTCMALLOC_ROOT=$GPERFTOOLS_PATH \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_CXX_FLAGS_DEBUG="-g -Og -fno-omit-frame-pointer" \
-DHPX_WITH_CXX17=On \
-DHPX_WITH_SANITIZERS=ON \
-DHPX_WITH_STACK_OVERFLOW_DETECTION=OFF \
-DHPX_WITH_MAX_CPU_COUNT=128 \
Expand Down
1 change: 1 addition & 0 deletions ci/docker/release/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ RUN wget -q https://github.com/${HPX_FORK}/hpx/archive/${HPX_VERSION}.tar.gz -O
-DTCMALLOC_ROOT=$GPERFTOOLS_PATH \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=$HPX_PATH \
-DHPX_WITH_CXX17=On \
-DHPX_WITH_MAX_CPU_COUNT=128 \
-DHPX_WITH_NETWORKING=OFF \
-DHPX_WITH_ASYNC_MPI=ON \
Expand Down

0 comments on commit e2c26e2

Please sign in to comment.