mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-24 18:33:03 -07:00
Remove dedicated macOS gnu++20 flag
This commit is contained in:
parent
fa0d954afa
commit
8990b6103f
1 changed files with 0 additions and 4 deletions
|
|
@ -172,10 +172,6 @@ elseif(CMAKE_COMPILER_IS_GNUCXX) # Linux/GCC, BSD/GCC, Windows/MinGW
|
||||||
set(CMAKE_CXX_FLAGS_DEBUG "-ggdb -O0 -Wall -Wextra")
|
set(CMAKE_CXX_FLAGS_DEBUG "-ggdb -O0 -Wall -Wextra")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(APPLE) # macOS
|
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++20") # still needed?
|
|
||||||
endif()
|
|
||||||
|
|
||||||
set(ADDITIONAL_DEBUG_FLAGS
|
set(ADDITIONAL_DEBUG_FLAGS
|
||||||
-Wcast-align
|
-Wcast-align
|
||||||
-Wmissing-declarations
|
-Wmissing-declarations
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue