From 78b870b5eca06b0b24cb913552648362a64c4531 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 19 Aug 2014 20:58:38 +0100 Subject: [PATCH] Removed otr flag from configure-debug --- configure-debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-debug b/configure-debug index b2e19383..9819cfeb 100755 --- a/configure-debug +++ b/configure-debug @@ -1,3 +1,3 @@ #!/bin/sh -./configure --enable-otr CFLAGS='-g -O0' CXXFLAGS='-g -O0' +./configure CFLAGS='-g -O0' CXXFLAGS='-g -O0'