summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-04-09 14:10:59 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-04-09 14:13:07 +0200
commit05c9fdf932e50a64d000b18ae1956e7f4fbb02b0 (patch)
treeed59b5bf74ee8472fd1e1a70239e2832a5fb77f5
parent356ed5e0d011fd57984bcb41ef19d6f3b46d4515 (diff)
c
-rw-r--r--userconfig-sthalik@Windows-GNU.cmake4
1 files 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($<$<COMPILE_LANGUAGE:CXX>:-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