Use gcc@11 under MacOS

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2023-11-30 11:47:15 -05:00
parent f24b962e2b
commit 327e29791e
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -97,6 +97,9 @@ elseif(CMAKE_BUILD_TYPE STREQUAL "Release")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3")
endif(CMAKE_BUILD_TYPE STREQUAL "Debug")
SET(CMAKE_C_ARCHIVE_FINISH "<CMAKE_RANLIB> -no_warning_for_no_symbols -c <TARGET>")
SET(CMAKE_CXX_ARCHIVE_FINISH "<CMAKE_RANLIB> -no_warning_for_no_symbols -c <TARGET>")
# =============================================================================
# BUILD
# =============================================================================