Skip to content

Commit 908d70d

Browse files
Allow CFLAGS from the system.
1 parent 12d51d8 commit 908d70d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ DEFS += -DLUA_COMPAT_APIINTCASTS
569569

570570
# CFLAGS is defined based on C or C++ targets
571571
# (remember, expansion only happens when used, so doing it here is ok)
572-
CFLAGS = $(CCOMFLAGS) $(CPPONLYFLAGS)
572+
CFLAGS += $(CCOMFLAGS) $(CPPONLYFLAGS)
573573

574574
# we compile C-only to C89 standard with GNU extensions
575575
# we compile C++ code to C++98 standard with GNU extensions

0 commit comments

Comments
 (0)