You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/metis/files/metis-5.1.0-remove-GKlib-O3...

12 lines
267 B

--- a/GKlib/GKlibSystem.cmake
+++ b/GKlib/GKlibSystem.cmake
@@ -20,7 +20,7 @@
elseif(MINGW)
set(GKlib_COPTS "-DUSE_GKREGEX")
else()
- set(GKlib_COPTS "-O3")
+ set(GKlib_COPTS "")
set(GKlib_COPTIONS "-DLINUX -D_FILE_OFFSET_BITS=64")
endif(MSVC)
if(CYGWIN)