Skip to content

Commit 7cce20f

Browse files
authored
Revert "Add -fno-plt optimisation to CFLAGS"
1 parent f677a8c commit 7cce20f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ PLAT= guess
1313
OPTFLAGS=-O2
1414

1515
CC= gcc -std=gnu99
16-
# -fno-plt: bypass PLT for faster calls
17-
CFLAGS= ${OPTFLAGS} -Wall -Wextra -fno-plt -DLUA_COMPAT_5_3 $(SYSCFLAGS) $(MYCFLAGS)
16+
CFLAGS= ${OPTFLAGS} -Wall -Wextra -DLUA_COMPAT_5_3 $(SYSCFLAGS) $(MYCFLAGS)
1817
LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
1918
LIBS= -lm $(SYSLIBS) $(MYLIBS)
2019

0 commit comments

Comments
 (0)