summaryrefslogtreecommitdiff
path: root/templates/make.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-01-03 14:27:12 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-01-03 14:27:12 +0000
commit62dc9552ad80b9841a9a250716274268f5bba6d9 (patch)
tree9678bbbbca06e28978694c40563dbb3c5535d3f9 /templates/make.mpd
parentb3fb4f799a39e196980ffdf8c2aac724ede704ab (diff)
downloadMPC-62dc9552ad80b9841a9a250716274268f5bba6d9.tar.gz
ChangeLogTag: Tue Jan 3 08:26:34 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/make.mpd')
-rw-r--r--templates/make.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/make.mpd b/templates/make.mpd
index 35da7055..c5e05fdc 100644
--- a/templates/make.mpd
+++ b/templates/make.mpd
@@ -77,7 +77,7 @@ SHFLAGS = <%shflags%>
<%endif%>
<%endfor%>
<%endfor%>
-GENFLAGS = <%genflags(-g)%>
+GENFLAGS = <%if(optimize)%><%genflags(-O)%><%else%><%genflags(-g)%><%endif%>
SRC =<%if(pch_source && pchsupport)%> <%pch_source%><%endif%> <%source_files%>
LINK.cc = $(LD) $(LDFLAGS)
<%if(dynamicflags)%>