From 65a54cc60874f48e972ce1f2c73bf90d66756d45 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Fri, 11 Dec 1998 00:29:48 +0000 Subject: [PATCH] Make the build optimized by default --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.in b/configure.in index 34e97d6249f..6b79c88ea42 100644 --- a/configure.in +++ b/configure.in @@ -38,6 +38,11 @@ dnl AC_ERROR(Building in the srcdir is not supported! Please build from a se dnl fi dnl unset d +dnl Build optimized by default +dnl ======================================================== +CFLAGS="${CFLAGS--O}" +CXXFLAGS="${CXXFLAGS--O}" + dnl Set the version number of the libs included with mozilla dnl ======================================================== MOZJPEG=62