From b448b9814604cbc202fc70c4735e3eafc5784003 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Fri, 6 Aug 2010 11:19:34 -0700 Subject: [PATCH] move -Wextra to development flags area --- ext/mysql2/extconf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mysql2/extconf.rb b/ext/mysql2/extconf.rb index 08f3803..bc48e6b 100644 --- a/ext/mysql2/extconf.rb +++ b/ext/mysql2/extconf.rb @@ -57,7 +57,7 @@ end asplode h unless have_header h end -$CFLAGS << ' -Wall -Wextra -funroll-loops' -# $CFLAGS << ' -O0 -ggdb3' +$CFLAGS << ' -Wall -funroll-loops' +# $CFLAGS << ' -O0 -ggdb3 -Wextra' create_makefile('mysql2/mysql2')