mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 05:01:29 +00:00
Do not build in lua 5.2 compatibility
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
PLAT= none
|
PLAT= none
|
||||||
|
|
||||||
CC= gcc -std=gnu99
|
CC= gcc -std=gnu99
|
||||||
CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS)
|
CFLAGS= -O2 -Wall -Wextra $(SYSCFLAGS) $(MYCFLAGS)
|
||||||
LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
|
LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
|
||||||
LIBS= -lm $(SYSLIBS) $(MYLIBS)
|
LIBS= -lm $(SYSLIBS) $(MYLIBS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user