================ @@ -3,4 +3,8 @@ # C_SOURCES := b.c # EXE := b.out +ifndef PIE + LDFLAGS := -no-pie ---------------- labath wrote: Setting LD_EXTRAS is the typical way to pass linker flags from here (the same for other files) https://github.com/llvm/llvm-project/pull/93808