Skip to content

Commit

Permalink
Slight cleanup from last commit #20
Browse files Browse the repository at this point in the history
  • Loading branch information
pflynn157 committed Nov 3, 2023
1 parent a093563 commit 8ae2f02
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 891 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
if (MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHs-c- /GR-")
else ()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-exceptions -fno-rtti -g")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-exceptions -fno-rtti")
endif ()

#-------------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit 8ae2f02

Please sign in to comment.