Skip to content

Commit

Permalink
CMakeList.txt verbessert
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomenz committed Oct 31, 2024
1 parent 22b1d65 commit 1078276
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (MSVC)
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
add_compile_options("/EHa")
else()
SET(CMAKE_CXX_FLAGS_DEBUG "-O0 -g3 -ggdb -D_DEBUG")
SET(CMAKE_CXX_FLAGS_DEBUG "-O0 -g3 -ggdb -D_DEBUG -DDEBUG")
add_compile_options("-Wall" "-Wpedantic" "-Wextra" "-fexceptions")
endif()

Expand Down
2 changes: 1 addition & 1 deletion FastCgi
Submodule FastCgi updated 1 files
+15 −2 CMakeLists.txt
2 changes: 1 addition & 1 deletion SocketLib
Submodule SocketLib updated 1 files
+8 −1 CMakeLists.txt
2 changes: 1 addition & 1 deletion SrvLib
Submodule SrvLib updated 1 files
+8 −1 CMakeLists.txt

0 comments on commit 1078276

Please sign in to comment.