Skip to content

Commit

Permalink
Merge branch 'master' into python3
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Jun 22, 2022
2 parents 726738c + b50ec99 commit 5d64a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Fedora-Release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV DOCKERFILE_URL=$dockerfile_url
RUN dnf -y install libasan && dnf clean all

ENV CGAL_TEST_PLATFORM="Fedora-Release"
ENV CGAL_CMAKE_FLAGS="('-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_CXX_FLAGS_RELEASE=-msse3 -O3 -DCGAL_NDEBUG' '-DWITH_GMPXX=ON')"
ENV CGAL_CMAKE_FLAGS="('-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_CXX_FLAGS_RELEASE=-msse3 -O3 -DCGAL_NDEBUG -fsanitize=address' '-DWITH_GMPXX=ON')"
ENV CGAL_USE_ASAN=1
ENV INIT_FILE=/tmp/init.cmake
COPY init.cmake /tmp/init.cmake
2 changes: 1 addition & 1 deletion Fedora-Release/init.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET(CMAKE_CXX_FLAGS "-Wall -frounding-math -msse3" CACHE STRING "")
SET(CMAKE_CXX_FLAGS "-Wall -frounding-math -msse3 -fsanitize=address" CACHE STRING "")
SET(CMAKE_CXX_FLAGS_DEBUG "" CACHE STRING "")
SET(CMAKE_CXX_FLAGS_RELEASE "-DCGAL_NDEBUG -O3" CACHE STRING "")
SET(CMAKE_BUILD_TYPE "Release" CACHE STRING "")

0 comments on commit 5d64a97

Please sign in to comment.