[gnome-builder/wip/file-settings: 4/4] build: use standalone when running with `make run` and `make debug`
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/file-settings: 4/4] build: use standalone when running with `make run` and `make debug`
- Date: Tue, 5 May 2015 08:31:31 +0000 (UTC)
commit a867e64825c1c47301600aa87522900e0ae03791
Author: Christian Hergert <christian hergert me>
Date: Tue May 5 01:31:00 2015 -0700
build: use standalone when running with `make run` and `make debug`
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b9257c6..5b7835e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,12 +71,12 @@ dist-hook:
run:
GI_TYPELIB_PATH=libide \
- $(LIBTOOL) --mode=execute gdb -ex run --args src/gnome-builder -vvvv
+ $(LIBTOOL) --mode=execute gdb -ex run --args src/gnome-builder -vvvv -s
debug:
GI_TYPELIB_PATH=libide \
G_DEBUG=fatal-criticals \
- $(LIBTOOL) --mode=execute gdb -ex run --args src/gnome-builder -vvvv
+ $(LIBTOOL) --mode=execute gdb -ex run --args src/gnome-builder -vvvv -s
valgrind:
GI_TYPELIB_PATH=libide \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]