mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 15:43:55 +00:00
With >=0.90 going Rust, this is as far as I am willing to go to help keep this package in ::gentoo. Bug: https://bugs.gentoo.org/651524 Closes: https://bugs.gentoo.org/953940 Closes: https://bugs.gentoo.org/957248 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
11 lines
329 B
Diff
11 lines
329 B
Diff
--- a/src/lib_ccx/CMakeLists.txt
|
|
+++ b/src/lib_ccx/CMakeLists.txt
|
|
@@ -3,7 +3,7 @@ cmake_policy (SET CMP0037 NEW)
|
|
if(MSVC)
|
|
set (CMAKE_C_FLAGS "-W3 /wd4005 /wd4996")
|
|
else (MSVC)
|
|
- set (CMAKE_C_FLAGS "-Wall -Wno-pointer-sign -g -std=gnu99")
|
|
+ set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99")
|
|
endif(MSVC)
|
|
|
|
if(WIN32)
|