Changeset c4e65e in git
- Timestamp:
- May 2, 2005, 4:08:07 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- ca28a9b25dc4087dcf28804373a86be3462cae8c
- Parents:
- 90d77297c62578f16dcbe6a2b21f73274bb33094
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ntl/configure
r90d772 rc4e65e 1 1 #!/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 $ 3 3 for i in $* 4 4 do … … 37 37 if test "x$CFLAGS" = x 38 38 then 39 CFLAGS="-O 3-fomit-frame-pointer"39 CFLAGS="-O2 -fomit-frame-pointer" 40 40 fi 41 41 … … 44 44 if test ac_cv_cxx_have_exception = yes 45 45 then 46 CXXFLAGS="-O 3-fomit-frame-pointer -fno-rtti -fno-exceptions"46 CXXFLAGS="-O2 -fomit-frame-pointer -fno-rtti -fno-exceptions" 47 47 else 48 CXXFLAGS="-O 3-fomit-frame-pointer -fno-rtti"48 CXXFLAGS="-O2 -fomit-frame-pointer -fno-rtti" 49 49 fi 50 50 fi
Note: See TracChangeset
for help on using the changeset viewer.