Changeset f45ec2 in git for ntl/configure
- Timestamp:
- Apr 30, 2005, 5:07:47 PM (18 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- d7876453a6c1bd4effead9c82fdd613244bb025c
- Parents:
- e860fa5dc3c727ba3b30740634e2394f71f741b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ntl/configure
re860fa rf45ec2 41 41 if test x$CXXFLAGS = x 42 42 then 43 CXXFLAGS="-O3 -fomit-frame-pointer -fno-rtti -fno-exceptions" 43 if test ac_cv_cxx_have_exception = yes 44 then 45 CXXFLAGS="-O3 -fomit-frame-pointer -fno-rtti -fno-exceptions" 46 else 47 CXXFLAGS="-O3 -fomit-frame-pointer -fno-rtti" 48 fi 44 49 fi 45 50 CFLAGS="$CPPFLAGS $CFLAGS"
Note: See TracChangeset
for help on using the changeset viewer.