Skip to content

Commit

Permalink
removing debug flags from cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhruska committed Oct 7, 2023
1 parent 2815fd6 commit fb8c9d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ add_library(libmata STATIC
nfa/builder.cc
)

SET(CMAKE_BUILD_TYPE Debug)

# libmata needs at least c++20
target_compile_features(libmata PUBLIC cxx_std_20)

Expand Down
2 changes: 0 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ add_executable(tests
strings/nfa-string-solving.cc
)

SET(CMAKE_BUILD_TYPE Debug)

target_link_libraries(tests PRIVATE libmata Catch2::Catch2)

# Add common compile warnings.
Expand Down

0 comments on commit fb8c9d4

Please sign in to comment.