blob: 39f89deb96b073dcc323411a8090d7c652371ac4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/source/mupen64plus-ui-console/projects/unix/Makefile
+++ b/source/mupen64plus-ui-console/projects/unix/Makefile
@@ -84,8 +84,6 @@ endif
ifeq ($(PIE), 1)
CFLAGS += -fPIE
LDFLAGS += -pie
-else
- CFLAGS += -fno-PIE
endif
# set special flags per-system
|