diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-06-03 13:21:13 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-06-03 13:21:13 +0000 |
| commit | 63f88fb5f21138526ecc27074bbd090cf07c0750 (patch) | |
| tree | 0712ee159fea756666701179e021e88a13c924e4 | |
| parent | e4619262611cee73cc5fae97f48b40f84133c820 (diff) | |
Dropped use of -fno-rtti since this causes problems with apps that don't
use -fno-rtti. Increases size of FLUID about 19k on my PC.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1161 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | configure.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.in b/configure.in index a4ad734f9..e9e96c2fa 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl -*- sh -*- dnl the "configure" script is made from this by running GNU "autoconf" dnl -dnl "$Id: configure.in,v 1.33.2.12 2000/04/27 00:17:51 mike Exp $" +dnl "$Id: configure.in,v 1.33.2.13 2000/06/03 13:21:13 mike Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -188,9 +188,6 @@ if test -n "$GXX"; then CXXFLAGS="-fPIC $CXXFLAGS" fi - CFLAGS="-fno-rtti $CFLAGS" - CXXFLAGS="-fno-rtti $CXXFLAGS" - # See if GCC supports -fno-exceptions... echo "Testing if GCC supports -fno-exceptions..." OLDCFLAGS="$CFLAGS" @@ -280,5 +277,5 @@ AC_CONFIG_HEADER(config.h:configh.in) AC_OUTPUT(makeinclude) dnl -dnl End of "$Id: configure.in,v 1.33.2.12 2000/04/27 00:17:51 mike Exp $". +dnl End of "$Id: configure.in,v 1.33.2.13 2000/06/03 13:21:13 mike Exp $". dnl |
