Skip to content

Commit

Permalink
Merge pull request #6 from kampersanda/ci-test
Browse files Browse the repository at this point in the history
Update doctest
  • Loading branch information
kampersanda committed Feb 3, 2023
2 parents 76382c9 + 4954196 commit c1b9704
Show file tree
Hide file tree
Showing 2 changed files with 2,188 additions and 1,429 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else ()
endif ()

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -pthread -Wall")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNDEBUG -march=native -O3")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNDEBUG -O3")
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fsanitize=address -fno-omit-frame-pointer -O0 -g -DDEBUG")

message(STATUS "BUILD_TYPE is ${CMAKE_BUILD_TYPE}")
Expand Down
Loading

0 comments on commit c1b9704

Please sign in to comment.