Make microbench library & header optional

Requires similar changes in pvaSrv, and in pvCommonCPP if you're
actually using the microbench code.
This commit is contained in:
Andrew Johnson
2015-07-13 10:50:55 -05:00
parent fa76fe2f46
commit 98224b0d01
4 changed files with 38 additions and 6 deletions

View File

@ -30,5 +30,6 @@ endif
ifdef WITH_MICROBENCH
USR_CPPFLAGS += -DWITH_MICROBENCH
MBLIB = pvMB
endif