File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ LINKER_EXE_ARGUMENTS = <%linker_exe_arguments%>
4949
5050<%foreach(configurations)%>
5151!ifdef <%normalize(uc(configuration))%>
52- OCFLAGS = <%if(optimize)%>$(OPTIMIZE_CFLAGS)<%else%><%if(debug_prj)%> $(DEBUG_CFLAGS)<%foreach(debug_macros)%> -D<%debug_macro%><%endfor%><%endif%><%endif%><%foreach(defines)%> -D<%define%><%endfor%><%if(!debug_prj)%> $(RELEASE_CFLAGS)<%endif%>
53- LFLAGS = <%if(debug_prj)%> $(PDB_FLAGS)<%endif%>
52+ OCFLAGS = <%if(optimize)%>$(OPTIMIZE_CFLAGS) <%else%><%if(debug_prj)%>$(DEBUG_CFLAGS)<%foreach(debug_macros)%> -D<%debug_macro%><%endfor%><%endif%><%endif%><%foreach(defines)%> -D<%define%><%endfor%><%if(!debug_prj)%> $(RELEASE_CFLAGS)<%endif%>
53+ LFLAGS =<%if(debug_prj)%> $(PDB_FLAGS)<%endif%>
5454CFG_DIR = <%intermediate_dir%>\\
5555LIBMODIFIER = <%if(use_lib_modifier)%><%lib_modifier%><%endif%>
5656EXEMODIFIER = <%if(use_exe_modifier)%><%lib_modifier%><%endif%>
You can’t perform that action at this time.
0 commit comments