diff --git a/Makefile b/Makefile index 193c3bc3..5aaba008 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,6 @@ build-common: cmake -Wno-dev \ -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \ -DPREFER_STATIC_LIBS=OFF \ - -DCMAKE_POSITION_INDEPENDENT_CODE=ON \ $(FORCE_COLOR) \ ..