Skip to content

Commit

Permalink
build(dependencies): 🧱 update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab committed Aug 12, 2024
1 parent 2d0fb61 commit a4ff8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (MSVC)

# Set general compiler flags
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Zc:__cplusplus /Gm- /Wall /WX /MP /nologo /diagnostics:classic /FC /fp:except- /Zc:inline")

# Optionally generate debug symbols
if (GENERATE_DEBUG_SYMBOLS)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Zi")
Expand Down

0 comments on commit a4ff8fa

Please sign in to comment.