From 536b6ab09fa3e17f955c8b55e8469f3265a1936f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 13 Oct 2009 19:17:24 +0000 Subject: Keep on hacking on g13. A simple --create and --mount does now work. A hacked up encfs is required. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bd4ffea85..6c7c2e767 100644 --- a/configure.ac +++ b/configure.ac @@ -1230,7 +1230,7 @@ if test "$GCC" = yes; then # warning options and the user should have a chance of overriding # them. if test "$USE_MAINTAINER_MODE" = "yes"; then - CFLAGS="$CFLAGS -Wall -Wcast-align -Wshadow -Wstrict-prototypes" + CFLAGS="$CFLAGS -O3 -Wall -Wcast-align -Wshadow -Wstrict-prototypes" CFLAGS="$CFLAGS -Wformat -Wno-format-y2k -Wformat-security" AC_MSG_CHECKING([if gcc supports -Wno-missing-field-initializers]) _gcc_cflags_save=$CFLAGS -- cgit v1.2.3