summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-04-23 19:54:08 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-04-23 19:54:08 +0000
commit6484fcbc85aa95f11cee920e4434b062ff3b7c21 (patch)
tree81b9fee9235df15dfa44b3d14fe1b2f63c76e09e /autogen.sh
parentbf831313bd700377003fef57a698fced01ef1241 (diff)
downloadvte-6484fcbc85aa95f11cee920e4434b062ff3b7c21.tar.gz
autogen.sh: Default to include optimization, even for debugging.
configure.in: Move AM_CONFIG_HEADER to the top. src/pty.c: Create non-login shells by default (when argv is NULL). src/vte.c: Add mostly-complete input method support. src/vte.h: Add vte_terminal_im_append_menuitems().
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b8240d64..80192e87 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,5 @@
#!/bin/bash -e
-CFLAGS="${CFLAGS:--g3 -Wall}" ; export CFLAGS
+CFLAGS="${CFLAGS:--g3 -O -Wall}" ; export CFLAGS
set -x
libtoolize -f
autoheader