mirror of
https://github.com/mupen64plus/mupen64plus-ui-console.git
synced 2025-04-02 10:52:34 -04:00
remove redundant condition about PIE value un Makefile
This commit is contained in:
parent
20cdcb3755
commit
8e9f8401cc
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue