We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d51d8 commit 908d70dCopy full SHA for 908d70d
1 file changed
Makefile
@@ -569,7 +569,7 @@ DEFS += -DLUA_COMPAT_APIINTCASTS
569
570
# CFLAGS is defined based on C or C++ targets
571
# (remember, expansion only happens when used, so doing it here is ok)
572
-CFLAGS = $(CCOMFLAGS) $(CPPONLYFLAGS)
+CFLAGS += $(CCOMFLAGS) $(CPPONLYFLAGS)
573
574
# we compile C-only to C89 standard with GNU extensions
575
# we compile C++ code to C++98 standard with GNU extensions
0 commit comments