mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
#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
This commit is contained in:
parent
5bc5d1cb7b
commit
e76dd4295c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue