Skip to content

Commit d5f8433

Browse files
authored
Remove CMAKE_INTERPROCEDURAL_OPTIMIZATION setting
Removed interprocedural optimization setting.
1 parent 8711167 commit d5f8433

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ project(RoaringBitmap
33
DESCRIPTION "Roaring bitmaps in C (and C++)"
44
LANGUAGES CXX C
55
)
6-
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE)
76
set (CMAKE_C_STANDARD 11)
87
set (CMAKE_CXX_STANDARD 11)
98

0 commit comments

Comments
 (0)