Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
defaults.mak: add -fPIC and remove -g from default gcc flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Oct 4, 2012
1 parent 9aa4c1b commit a3dd13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaults.mak
Expand Up @@ -12,6 +12,6 @@ LIB_LUA =
#INC_LUA = -I/usr/include/lua5.1
#LIB_LUA = -llua

MYCFLAGS = -W -Wall -g $(INC_LUA) $(INC_PCRE)
MYCFLAGS = -fPIC -W -Wall $(INC_LUA) $(INC_PCRE)
AR = ar rcu
CC = gcc

0 comments on commit a3dd13c

Please sign in to comment.