diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-18 18:18:56 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-18 18:18:56 +0000 |
commit | 0c7b93feba2b421ef612607b625de845c0dd2e70 (patch) | |
tree | 24685644fb452215850f0b0ece88111a897e7af8 /bruiser/lua-5.3.4/src/Makefile | |
parent | updating faultreiber and tablegen to their respective latest commits (diff) | |
download | mutator-0c7b93feba2b421ef612607b625de845c0dd2e70.tar.gz mutator-0c7b93feba2b421ef612607b625de845c0dd2e70.zip |
makefile updates for obfuscator and bruiser
Diffstat (limited to '')
-rw-r--r-- | bruiser/lua-5.3.4/src/Makefile | 2 |
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) |