summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-10-05 11:21:47 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2016-10-05 11:32:11 +0300
commit0ae25aa2ad86f4b7473d07e01c336c880ab61797 (patch)
treeb5216878ea3ef758e0c0158380d3cf000e389020 /Makefile
parenta38104ee2294117032891faca13ca7da834beaa3 (diff)
downloadqtlocation-mapboxgl-0ae25aa2ad86f4b7473d07e01c336c880ab61797.tar.gz
[tests] Do not run benchmarks with GDB
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d191d80f9..bdc00a42c1 100644
--- a/Makefile
+++ b/Makefile
@@ -303,7 +303,7 @@ run-test-%: test
run-benchmark: run-benchmark-.
run-benchmark-%: benchmark
- $(GDB) $(LINUX_OUTPUT_PATH)/mbgl-benchmark --benchmark_filter=$*
+ $(LINUX_OUTPUT_PATH)/mbgl-benchmark --benchmark_filter=$*
.PHONY: render
render: $(LINUX_BUILD)