summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohnny Willemsen <johnny@jwillemsen.nl>2021-08-20 08:18:57 +0200
committerGitHub <noreply@github.com>2021-08-20 08:18:57 +0200
commit88746bea8c97d58e03bf242b6ee6fa71d52270e1 (patch)
tree4b6c6dfc5fb5996c3bd3d04dc05ff41a75eb721b /templates
parent01d072f7bf1b81fd1ab432ac835eb2d7522e4b11 (diff)
downloadMPC-88746bea8c97d58e03bf242b6ee6fa71d52270e1.tar.gz
Update bmake.mpd
Diffstat (limited to 'templates')
-rw-r--r--templates/bmake.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bmake.mpd b/templates/bmake.mpd
index 287e08f8..6a7bc51c 100644
--- a/templates/bmake.mpd
+++ b/templates/bmake.mpd
@@ -9,7 +9,7 @@
<%foreach(configurations)%>
!ifdef <%normalize(uc(configuration))%>
OCFLAGS32 = <%if(optimize)%>-O1<%else%><%if(debug_prj)%>-v -y -Od -vi- -k<%foreach(debug_macros)%> -D<%debug_macro%><%endfor%><%endif%><%endif%><%foreach(defines)%> -D<%define%><%endfor%>
-OCFLAGS32C = <%if(optimize)%><%else%><%if(debug_prj)%>-Od -vi- <%foreach(debug_macros)%> -D<%debug_macro%><%endfor%><%endif%><%endif%><%foreach(defines)%> -D<%define%><%endfor%>
+OCFLAGS32C = <%if(optimize)%>-O2<%else%><%if(debug_prj)%>-Od -vi- <%foreach(debug_macros)%> -D<%debug_macro%><%endfor%><%endif%><%endif%><%foreach(defines)%> -D<%define%><%endfor%>
OCFLAGS64 = <%if(optimize)%>-O3<%else%><%if(debug_prj)%>-g -O0 <%foreach(debug_macros)%> -D<%debug_macro%><%endfor%><%endif%><%endif%><%foreach(defines)%> -D<%define%><%endfor%>
CFG_DIR = <%intermediate_dir%>\\
LIBMODIFIER = <%if(use_lib_modifier)%><%lib_modifier%><%endif%>