From 05c9fdf932e50a64d000b18ae1956e7f4fbb02b0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 9 Apr 2024 14:10:59 +0200 Subject: c --- userconfig-sthalik@Windows-GNU.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userconfig-sthalik@Windows-GNU.cmake b/userconfig-sthalik@Windows-GNU.cmake index 2bf81f49..5c1b0d73 100644 --- a/userconfig-sthalik@Windows-GNU.cmake +++ b/userconfig-sthalik@Windows-GNU.cmake @@ -16,7 +16,7 @@ list(APPEND CMAKE_IGNORE_PREFIX_PATH "c:/msys64" "c:/msys64/clang64") add_compile_options($<$:-fconcepts-diagnostics-depth=3>) add_compile_options(-fdiagnostics-color=always) set(OpenCV_DIR "f:/dev/opentrack-depends/opencv/build-gcc/install" CACHE PATH "" FORCE) -add_compile_options(-fstack-usage -Wstack-usage=12288) +add_compile_options(-fstack-usage -Wstack-usage=16384) if(CMAKE_BUILD_TYPE STREQUAL "DEBUG") add_definitions(-D_GLIBCXX_ASSERTIONS) @@ -100,7 +100,7 @@ function(fm-userconfig-src) -Wno-error=unused-but-set-variable -Wno-error=subobject-linkage -Wno-error=array-bounds - -Wlarger-than=65535 + -Wlarger-than=65535 -Wno-error=larger-than=65535 ) add_compile_options( -Wdelete-incomplete -Werror=delete-incomplete -- cgit v1.2.3