Skip to content

Commit

Permalink
Few bug fixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
k0T0z committed Sep 13, 2024
1 parent 44543bd commit 56d2878
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 59 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ set(CMAKE_AUTORCC ON)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

# TODO: Do we need to disable exceptions in RGM like we do in ENIGMA?
# if(MSVC)
# string(APPEND CMAKE_CXX_FLAGS " /EHsc /wd26812")
# string(APPEND CMAKE_C_FLAGS " /EHsc /wd26812")
Expand Down
Loading

0 comments on commit 56d2878

Please sign in to comment.