Skip to content

Commit 37014b8

Browse files
authored
Merge pull request DOCGroup#189 from jwillemsen/jwi-ccflags
Move ccflags to compiler part
2 parents 2009412 + 6d8b1cf commit 37014b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/bmake.mpd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
CC = <%cc%>
1212
OPTIMIZE_CFLAGS = <%optimize_flags%>
1313
DEBUG_CFLAGS = <%debug_flags%>
14+
CC_CFLAGS = <%ccflags%>
1415
WARN_FLAGS = <%warn_flags%>
1516
BINARY_FLAGS = <%binary_flags%>
1617
THREAD_FLAGS = <%thr_flags%>
@@ -81,7 +82,7 @@ RC = <%rc%>
8182
DLLFLAGS = <%dllflags%>
8283
LIBFLAGS = <%libflags%>
8384
EXEFLAGS = <%exeflags%>
84-
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%>
8586

8687
<%if(use_vcl)%>
8788
STARTUP_LETTER = <%if(exename)%>w<%else%><%startup_letter%><%endif%>

0 commit comments

Comments
 (0)