aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/lua-5.3.4
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-08-18 18:18:56 +0000
committerbloodstalker <thabogre@gmail.com>2018-08-18 18:18:56 +0000
commit0c7b93feba2b421ef612607b625de845c0dd2e70 (patch)
tree24685644fb452215850f0b0ece88111a897e7af8 /bruiser/lua-5.3.4
parentupdating faultreiber and tablegen to their respective latest commits (diff)
downloadmutator-0c7b93feba2b421ef612607b625de845c0dd2e70.tar.gz
mutator-0c7b93feba2b421ef612607b625de845c0dd2e70.zip
makefile updates for obfuscator and bruiser
Diffstat (limited to '')
-rw-r--r--bruiser/lua-5.3.4/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/lua-5.3.4/src/Makefile b/bruiser/lua-5.3.4/src/Makefile
index f3859af..0eb167f 100644
--- a/bruiser/lua-5.3.4/src/Makefile
+++ b/bruiser/lua-5.3.4/src/Makefile
@@ -7,7 +7,7 @@
PLAT= none
CC= gcc -std=gnu99
-CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_MODULE -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS)
+CFLAGS= -fpic -O2 -Wall -Wextra -DLUA_COMPAT_MODULE -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS)
LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
LIBS= -lm $(SYSLIBS) $(MYLIBS)