diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-10-05 11:21:47 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2016-10-05 11:32:11 +0300 |
commit | 0ae25aa2ad86f4b7473d07e01c336c880ab61797 (patch) | |
tree | b5216878ea3ef758e0c0158380d3cf000e389020 /Makefile | |
parent | a38104ee2294117032891faca13ca7da834beaa3 (diff) | |
download | qtlocation-mapboxgl-0ae25aa2ad86f4b7473d07e01c336c880ab61797.tar.gz |
[tests] Do not run benchmarks with GDB
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |