Skip to content

Commit 9ad576d

Browse files
committed
turning optimizations of per default
1 parent 24bac42 commit 9ad576d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ set_target_properties(${LIB_TARGET} PROPERTIES
4848
VERSION ${PROJECT_VERSION}
4949
SOVERSION 1)
5050

51-
option(GRAPH_OPTIMIZATIONS "Graph optimizations" OFF)
51+
option(GRAPH_OPTIMIZATIONS "Graph optimizations" ON)
5252
if(GRAPH_OPTIMIZATIONS)
5353
target_compile_definitions(${LIB_TARGET} PRIVATE GRAPH_OPTIMIZATIONS=1 )
5454
else (GRAPH_OPTIMIZATIONS)

0 commit comments

Comments
 (0)