Set -fPIC

This commit is contained in:
simon987 2022-04-17 11:45:52 -04:00 committed by GitHub
parent b9afdb0561
commit ddb042143e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,4 +26,5 @@ target_compile_options(
-g
-DNDEBUG
-fPIE
-fPIC
)