Skip to content

Commit

Permalink
Remove Lua 5.2 compat flag, unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Apr 28, 2023
1 parent 2d338aa commit c8720e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblua/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
PLAT= none

CC= gcc -std=gnu99
CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS)
CFLAGS= -O2 -Wall -Wextra $(SYSCFLAGS) $(MYCFLAGS)
LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
LIBS= -lm $(SYSLIBS) $(MYLIBS)

Expand Down

0 comments on commit c8720e2

Please sign in to comment.