summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-07-13 12:45:52 +0200
committerGitHub <noreply@github.com>2021-07-13 12:45:52 +0200
commiteb4229eda04dc36a52d6a2fbf7cce4d4273d3e00 (patch)
treee50e07a7bcdeebd0cd3a97bbbb97aaf6927e84bc /templates
parentcdaccad3584e52764cdf65bb0a47d18691bb3ce7 (diff)
parent5ff3a1c21ae7fef409a3708c89c59d8db35ec9b0 (diff)
downloadMPC-eb4229eda04dc36a52d6a2fbf7cce4d4273d3e00.tar.gz
Merge pull request #141 from jwillemsen/jwi-bcc32coptimize
Don't use -O1 with bcc32c, it leads to crashes with TAO and stack unwi…
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 9491dee9..287e08f8 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)%>-O1<%else%><%if(debug_prj)%>-Od -vi- <%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%>
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%>