summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2025-03-16 18:18:28 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2025-03-16 18:18:28 +0100
commitdb68623934e0637930c4dee74ad3ae88a4105b6b (patch)
tree5767be00baafbd603ce53ae0aa563132d3edf9c4
parent4da9ab585187e11159467fb8e5b9a88892efcf5b (diff)
downloadmemory-leaks-db68623934e0637930c4dee74ad3ae88a4105b6b.tar.xz
Make PGTK itch easier to reproduce
-rw-r--r--itches/emacs/pgtk-shift-space.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/itches/emacs/pgtk-shift-space.c b/itches/emacs/pgtk-shift-space.c
index c684bd3..7671d1d 100644
--- a/itches/emacs/pgtk-shift-space.c
+++ b/itches/emacs/pgtk-shift-space.c
@@ -1,3 +1,4 @@
+/* -*- compile-command: "gcc -g $(pkg-config --cflags gtk+-3.0) pgtk-shift-space.c $(pkg-config --libs gtk+-3.0)" -*- */
#include <stdio.h>
#include <gtk/gtk.h>