Changeset c4e65e in git


Ignore:
Timestamp:
May 2, 2005, 4:08:07 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ca28a9b25dc4087dcf28804373a86be3462cae8c
Parents:
90d77297c62578f16dcbe6a2b21f73274bb33094
Message:
*hannes: gcc 3.x on many architectures require -O2, not -O3


git-svn-id: file:///usr/local/Singular/svn/trunk@7997 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ntl/configure

    r90d772 rc4e65e  
    11#!/bin/sh
    2 # version $Id: configure,v 1.19 2005-04-30 15:29:37 Singular Exp $
     2# version $Id: configure,v 1.20 2005-05-02 14:08:07 Singular Exp $
    33for i in $*
    44do
     
    3737if test "x$CFLAGS" = x
    3838then
    39   CFLAGS="-O3 -fomit-frame-pointer"
     39  CFLAGS="-O2 -fomit-frame-pointer"
    4040fi
    4141
     
    4444  if test ac_cv_cxx_have_exception = yes
    4545  then
    46     CXXFLAGS="-O3 -fomit-frame-pointer -fno-rtti -fno-exceptions"
     46    CXXFLAGS="-O2 -fomit-frame-pointer -fno-rtti -fno-exceptions"
    4747  else
    48     CXXFLAGS="-O3 -fomit-frame-pointer -fno-rtti"
     48    CXXFLAGS="-O2 -fomit-frame-pointer -fno-rtti"
    4949  fi
    5050fi
Note: See TracChangeset for help on using the changeset viewer.