Commit fd18f0e0 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3936 get make GCOV=1 working on the fractal tree code refs[t:3936]

git-svn-id: file:///svn/toku/tokudb@34522 c7de825b-a66e-492c-adef-691d508d4ae1
parent 82088092
......@@ -21,7 +21,7 @@ LINUX_NOSTDLIB=
endif
$(LIBPORTABILITY_SO): $(OBJS)
$(CC) -shared $(SYMBOLS) $(OBJS) $(SKIP_WARNING) -o $@ $(LINUX_NOSTDLIB)
$(CC) -shared $(SYMBOLS) $(OBJS) $(SKIP_WARNING) -o $@ $(LINUX_NOSTDLIB) $(GCOV_FLAGS)
$(LIBPORTABILITY_A): $(OBJS)
$(AR) cr $@ $(OBJS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment