drop MBLIB

This commit is contained in:
Michael Davidsaver
2017-10-05 11:10:27 +02:00
parent e14b811b53
commit 60c97c3e88
5 changed files with 2 additions and 14 deletions

View File

@ -27,9 +27,3 @@ ifdef WITH_COVERAGE
USR_CPPFLAGS += --coverage
USR_LDFLAGS += --coverage
endif
ifdef WITH_MICROBENCH
USR_CPPFLAGS += -DWITH_MICROBENCH
MBLIB = pvMB
endif