We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb58ab6 commit 6d8b1cfCopy full SHA for 6d8b1cf
templates/bmake.mpd
@@ -11,6 +11,7 @@
11
CC = <%cc%>
12
OPTIMIZE_CFLAGS = <%optimize_flags%>
13
DEBUG_CFLAGS = <%debug_flags%>
14
+CC_CFLAGS = <%ccflags%>
15
WARN_FLAGS = <%warn_flags%>
16
BINARY_FLAGS = <%binary_flags%>
17
THREAD_FLAGS = <%thr_flags%>
@@ -81,7 +82,7 @@ RC = <%rc%>
81
82
DLLFLAGS = <%dllflags%>
83
LIBFLAGS = <%libflags%>
84
EXEFLAGS = <%exeflags%>
-CCFLAGS = <%ccflags%><%if(type_is_binary)%> $(BINARY_FLAGS)<%endif%><%if(compile_flags)%> <%compile_flags%><%endif%>
85
+CCFLAGS = $(CC_CFLAGS)<%if(type_is_binary)%> $(BINARY_FLAGS)<%endif%><%if(compile_flags)%> <%compile_flags%><%endif%>
86
87
<%if(use_vcl)%>
88
STARTUP_LETTER = <%if(exename)%>w<%else%><%startup_letter%><%endif%>
0 commit comments