summaryrefslogtreecommitdiff
path: root/templates/ghs.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-03-15 18:48:14 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-03-15 18:48:14 +0000
commitad5f36a96197253c995a54d1f43e00ba4eb061f2 (patch)
treee34e6a96a7ccebdd61c83b0018558292b85948ac /templates/ghs.mpd
parentdd6e74947d9ac032e6dff7fae9c8358a2795edfe (diff)
downloadMPC-ad5f36a96197253c995a54d1f43e00ba4eb061f2.tar.gz
ChangeLogTag: Wed Mar 15 18:44:03 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/ghs.mpd')
-rw-r--r--templates/ghs.mpd6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/ghs.mpd b/templates/ghs.mpd
index 1fe43987..f28a53ef 100644
--- a/templates/ghs.mpd
+++ b/templates/ghs.mpd
@@ -108,7 +108,11 @@ default:
<%source_file%>
C++
<%if(compile_flags)%>
- :cxx_compiler.args=<%compile_flags%>
+ :cxx_compiler.args=<%compile_flags%><%if(flag_overrides(source_file, buildflags))%> <%flag_overrides(source_file, buildflags)%><%endif%>
+<%else%>
+<%if(flag_overrides(source_file, buildflags))%>
+ :cxx_compiler.args=<%flag_overrides(source_file, buildflags)%>
+<%endif%>
<%endif%>
<%endfor%>
<%foreach(header_files)%>