diff options
Diffstat (limited to 'configure-debug')
-rwxr-xr-x | configure-debug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure-debug b/configure-debug new file mode 100755 index 00000000..9819cfeb --- /dev/null +++ b/configure-debug @@ -0,0 +1,3 @@ +#!/bin/sh + +./configure CFLAGS='-g -O0' CXXFLAGS='-g -O0' |