From 11005b8bf8f332b44d3d9cd76862316cc48f1dc5 Mon Sep 17 00:00:00 2001 From: dzaima Date: Sat, 24 Dec 2022 15:46:34 +0200 Subject: [PATCH] remove default -no-pie --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 48a4cb77..24b51f82 100644 --- a/makefile +++ b/makefile @@ -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