We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0267c15 commit d31368fCopy full SHA for d31368f
graalpython/com.oracle.graal.python.cext/CMakeLists.txt
@@ -55,6 +55,10 @@ set(TARGET_LIBPYTHON "python-native")
55
# common variables and compile/link options (for all build targets)
56
######################################################################
57
58
+set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE TRUE)
59
+set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELWITHDEBINFO TRUE)
60
+set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_DEBUG FALSE)
61
+
62
if (MSVC)
63
SET(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "" FORCE)
64
SET(CFLAGS_WARNINGS /Wall /WX
0 commit comments