diff options
-rw-r--r-- | externals/grill/flext/buildsys/lnx/gnumake-gcc.inc | 2 | ||||
-rw-r--r-- | externals/grill/flext/buildsys/mac/gnumake-gcc.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc b/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc index 49986233..a0d12ed1 100644 --- a/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc +++ b/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc @@ -22,7 +22,7 @@ TARGETNAME=$(OUTNAME).$(EXT) ############################################## CFLAGS += -pthread -fPIC -LDFLAGS += -pthread -shared -Wl,-x +LDFLAGS += -pthread -shared ############################################## diff --git a/externals/grill/flext/buildsys/mac/gnumake-gcc.inc b/externals/grill/flext/buildsys/mac/gnumake-gcc.inc index 2f8a1eba..67f41b9e 100644 --- a/externals/grill/flext/buildsys/mac/gnumake-gcc.inc +++ b/externals/grill/flext/buildsys/mac/gnumake-gcc.inc @@ -42,7 +42,7 @@ ifdef PROFILE CFLAGS += -g LDFLAGS += -g else -LDFLAGS += -Wl,-x -Wl,-S +LDFLAGS += -Wl,-S endif endif |