Skip to content

Commit a4e2e7c

Browse files
committed
2
1 parent 12f7123 commit a4e2e7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
3333
set(CMAKE_CXX_EXTENSIONS OFF)
3434
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
3535
set(CMAKE_COMPILE_WARNING_AS_ERROR ON)
36+
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
3637

3738
option(ICEBERG_BUILD_STATIC "Build static library" ON)
3839
option(ICEBERG_BUILD_SHARED "Build shared library" OFF)

0 commit comments

Comments
 (0)