Skip to content

Commit 08f4eda

Browse files
authored
Remove fPIC flag setting from CMake file
Removed the setting for the fPIC flag in the CMake configuration.
1 parent 143e84d commit 08f4eda

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

toolbox/overlay-triplets/speedgoat-linux-toolchain.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,3 @@ set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
5151
# Avoid try_run / executable checks during configuration on a cross build.
5252
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
5353

54-
# Set fPIC flag
55-
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

0 commit comments

Comments
 (0)