remove redundant condition about PIE value un Makefile

This commit is contained in:
Dorian Fevrier 2021-01-02 19:34:54 +01:00
parent 20cdcb3755
commit 8e9f8401cc

View file

@ -185,14 +185,6 @@ ifndef PIE
endif
endif
ifeq ($(PIE), 1)
CFLAGS += -fPIE
LDFLAGS += -pie
else
CFLAGS += -fno-PIE
LDFLAGS += -no-pie
endif
ifdef PIE
ifeq ($(PIE), 1)
CFLAGS += -fPIE