mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-11 07:36:57 +00:00
build: remove commented code
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
3f8ce127ea
commit
f94022057a
1 changed files with 0 additions and 6 deletions
|
|
@ -10,12 +10,6 @@ if (NOT CMAKE_BUILD_TYPE)
|
|||
set(CMAKE_BUILD_TYPE Debug)
|
||||
endif()
|
||||
|
||||
# Enable asserts in release mode. Windows throws a metric fuck ton of compiler
|
||||
# errors when asserts are disabled.
|
||||
#if (UNIX)
|
||||
# string(REPLACE "-DNDEBUG" "" CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE}")
|
||||
#endif()
|
||||
|
||||
set(CMAKE_C_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
set(CMAKE_C_STANDARD_REQUIRED TRUE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue