summaryrefslogtreecommitdiff
path: root/split/debugmake
diff options
context:
space:
mode:
Diffstat (limited to 'split/debugmake')
-rwxr-xr-xsplit/debugmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/split/debugmake b/split/debugmake
new file mode 100755
index 000000000..53497bcd5
--- /dev/null
+++ b/split/debugmake
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -x
+make 'XCFLAGS=-g -O0' LDFLAGS=-g 'LIBS= -lefence -L../lib -ldpkg' "$@"