summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorruki <[email protected]>2017-01-06 17:29:51 +0800
committerruki <[email protected]>2017-01-06 17:29:51 +0800
commitb898bfaaa35568bf911204dde5239de9fe6e062f (patch)
treedbddb661816ddcf17758792a6be5c348bd6b3eed /core
parentf9a475276634d38ce2603f09352bc8551027bdb4 (diff)
remove ldflag for core
Diffstat (limited to 'core')
-rwxr-xr-xcore/makefile5
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)