blob: 5bbf3ca88a2ce80a18b270303da8f508eca0e929 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- CMakeLists.txt.orig 2025-08-06 01:28:20 UTC
+++ CMakeLists.txt
@@ -8,7 +8,7 @@ else()
target_compile_options(${build_target} PRIVATE /bigobj /fp:fast)
else()
target_compile_options(${build_target} PRIVATE
- -O3 -Wall -Werror -fPIC -Wno-sign-compare -Wfatal-errors)
+ -O3 -Wall -fPIC -Wno-sign-compare -Wfatal-errors)
if(MARCH_NATIVE)
target_compile_options(${build_target} PRIVATE -march=native)
endif()
|