summaryrefslogtreecommitdiff
path: root/templates/makedll.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-10-11 20:43:45 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-10-11 20:43:45 +0000
commitf36c2f52c54d608c66a60d190e2e1e2e7e238e88 (patch)
tree05259f5f73dd822720fb9c68b95d1b2de4779a93 /templates/makedll.mpt
parent4c12769e2c0745f961538657ac8e5a7dfddedb2a (diff)
downloadMPC-f36c2f52c54d608c66a60d190e2e1e2e7e238e88.tar.gz
ChangeLogTag: Mon Oct 11 20:40:13 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/makedll.mpt')
-rw-r--r--templates/makedll.mpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/makedll.mpt b/templates/makedll.mpt
index afa1c910..dbc2fd5f 100644
--- a/templates/makedll.mpt
+++ b/templates/makedll.mpt
@@ -117,6 +117,8 @@ gcc {
pchnobj = 1
checkopt = -Wall -Wextra -pedantic -fsyntax-only
visopt = -fvisibility=hidden -fvisibility-inlines-hidden
+ profopt = -pg
+ covopt = -fprofile-arcs -ftest-coverage
}
arm_elf_gcc {
@@ -131,6 +133,8 @@ arm_elf_gcc {
pchnobj = 1
checkopt = -Wall -Wextra -pedantic -fsyntax-only
visopt = -fvisibility=hidden -fvisibility-inlines-hidden
+ profopt = -pg
+ covopt = -fprofile-arcs -ftest-coverage
}
Intel {