remove default -no-pie

This commit is contained in:
dzaima 2022-12-24 15:46:34 +02:00
parent 3d34155f83
commit 11005b8bf8

View File

@ -44,7 +44,7 @@ c:
# compiler setup
i_CC := clang
i_PIE := -no-pie
i_PIE :=
i_LIBS_LD := -lm
i_LIBS_CC := -fvisibility=hidden
i_FFI := 2