summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Sun <yi.sun@intel.com>2011-09-09 09:01:16 +0800
committerYi Sun <yi.sun@intel.com>2011-09-09 09:01:16 +0800
commit198edbba7da8079238b32ba18156b86af9c0d53c (patch)
tree1d37602681262a71a5a8578667d4fea352ec74a7
parentf904d98b89eed6bcb6562a286a2f621a5351344b (diff)
Gcov enable supported.HEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 550733c..c996af6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
default: testedid.c
- gcc -Wall -std=c99 testedid.c -o testedid
+ gcc -g -o2 -Wall -std=c99 testedid.c -o testedid -fprofile-arcs -ftest-coverage