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 24bac42 commit 9ad576dCopy full SHA for 9ad576d
lib/CMakeLists.txt
@@ -48,7 +48,7 @@ set_target_properties(${LIB_TARGET} PROPERTIES
48
VERSION ${PROJECT_VERSION}
49
SOVERSION 1)
50
51
-option(GRAPH_OPTIMIZATIONS "Graph optimizations" OFF)
+option(GRAPH_OPTIMIZATIONS "Graph optimizations" ON)
52
if(GRAPH_OPTIMIZATIONS)
53
target_compile_definitions(${LIB_TARGET} PRIVATE GRAPH_OPTIMIZATIONS=1 )
54
else (GRAPH_OPTIMIZATIONS)
0 commit comments