mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 07:25:37 -04:00
Disable -Wshadow, also flakey test, or linux issue?
This commit is contained in:
+1
-2
@@ -24,8 +24,7 @@ if (CMAKE_COMPILER_IS_GNUCXX)
|
||||
-Wmissing-include-dirs \
|
||||
-Woverloaded-virtual \
|
||||
-Wredundant-decls \
|
||||
-Wshadow \
|
||||
-Wsign-promo")
|
||||
-Wsign-promo") # TODO - add back -Wshadow once fixed inside inja, lots of compiler warnings
|
||||
else ()
|
||||
set(CMAKE_CXX_FLAGS "/EHsc")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /STACK:10000000")
|
||||
|
||||
Reference in New Issue
Block a user