diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-05-17 11:05:23 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-05-17 17:39:46 +0300 |
commit | c2f7f48a223a2a3ba7bf6c8eb2f405edd77a9593 (patch) | |
tree | 97fd53a45fc25f61225c67548f95e73b16f0f3b2 /Makefile | |
parent | cc1ea759a681cadcfd06fd7bdda79ca6deb38c62 (diff) | |
download | qtlocation-mapboxgl-c2f7f48a223a2a3ba7bf6c8eb2f405edd77a9593.tar.gz |
[build] Use gdb 2017-04-08-aebcde5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -315,7 +315,8 @@ benchmark: $(LINUX_BUILD) $(NINJA) $(NINJA_ARGS) -j$(JOBS) -C $(LINUX_OUTPUT_PATH) mbgl-benchmark ifneq (,$(shell command -v gdb 2> /dev/null)) - GDB = gdb -batch -return-child-result -ex 'set print thread-events off' -ex 'run' -ex 'thread apply all bt' --args + GDB = $(shell scripts/mason.sh PREFIX gdb VERSION 2017-04-08-aebcde5)/bin/gdb \ + -batch -return-child-result -ex 'set print thread-events off' -ex 'run' -ex 'thread apply all bt' --args endif .PHONY: run-test |