summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Misc/Makefile')
-rw-r--r--performance-tests/Misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile
index 5ae9c147058..3350a0cb6df 100644
--- a/performance-tests/Misc/Makefile
+++ b/performance-tests/Misc/Makefile
@@ -22,7 +22,7 @@ LIB = libPerf.a
FILES = basic_func
LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(addsuffix .o,$(FILES))
-LDLIBS = #-lPerf
+LDLIBS = -lPerf
VLDLIBS = $(LDLIBS:%=%$(VAR))
# See comment above about only building libPerf.a for max performance.