diff options
| author | ruki <[email protected]> | 2016-12-29 08:39:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-12-29 08:40:46 +0800 |
| commit | 3ec8380e312ebfd82a359632ad660fb842b9211d (patch) | |
| tree | 52c0d0ae1fc1c1eddd967b43d6be7c48efb78861 /core/makefile | |
| parent | 83596e937d399d4bc75bad5f327d6010f05ecfc3 (diff) | |
add -no-pie for gcc 6.2
Diffstat (limited to 'core/makefile')
| -rwxr-xr-x | core/makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/makefile b/core/makefile index a827680d3..0aad8533b 100755 --- a/core/makefile +++ b/core/makefile @@ -280,11 +280,6 @@ else luajit_LIBNAMES := luajit endif -# config static -ifeq ($(PLAT),linux) -LDFLAG := $(LDFLAG) $(shell if [ -f "/etc/lsb-release" ] && [ `cat /etc/lsb-release | grep Ubuntu -o -m 1` == "Ubuntu" ]; then echo "-static"; else echo ""; fi ) -endif - # select package directory ifneq ($(PACKAGE),) PKG_DIR := $(PACKAGE) |
