Skip to content

Commit

Permalink
remove redundant condition about PIE value un Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Narann committed Jan 2, 2021
1 parent 20cdcb3 commit 32e2734
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions projects/unix/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 32e2734

Please sign in to comment.