diff options
| author | ruki <[email protected]> | 2017-01-06 17:29:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-01-06 17:29:51 +0800 |
| commit | b898bfaaa35568bf911204dde5239de9fe6e062f (patch) | |
| tree | dbddb661816ddcf17758792a6be5c348bd6b3eed /core/makefile | |
| parent | f9a475276634d38ce2603f09352bc8551027bdb4 (diff) | |
remove ldflag for core
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 6640f228d..6f4c61c81 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/redhat-release" ]; then echo ""; else echo "-static"; fi ) -endif - # select package directory ifneq ($(PACKAGE),) PKG_DIR := $(PACKAGE) |
