Changeset 52a01d in git for m4/flags.m4
- Timestamp:
- Jan 28, 2015, 11:25:49 AM (9 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 6bd53ba88f906b9abf68e6983aac4cf495d7631c
- Parents:
- d8f9c942ee4bfbe1e3f486950f095b373d881a281386125efea2b96cc1b1eb9c36caa5004c0f47f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/flags.m4
r138612 r52a01d 98 98 AC_LANG_PUSH([C++]) 99 99 AX_APPEND_COMPILE_FLAGS(${FLAGS}, [CXXFLAGS]) 100 AX_APPEND_COMPILE_FLAGS([-fexceptions -frtti], [FEXCEPTIONS_FRTTI_CXXFLAGS]) 100 101 # separate parts of Singular have to be real C++ :) 102 FFLAGS="-fexceptions -frtti" 103 AX_APPEND_COMPILE_FLAGS(${FFLAGS}, [FEXCEPTIONSFRTTI_CXXFLAGS]) 104 AC_SUBST(FEXCEPTIONSFRTTI_CXXFLAGS) 105 101 106 AC_LANG_POP([C++]) 102 107 103 108 AX_APPEND_LINK_FLAGS(${FLAGS}) 104 105 AC_SUBST(POLYMAKE_CXXFLAGS)106 109 107 110 if test "x${ENABLE_DEBUG}" = xyes; then
Note: See TracChangeset
for help on using the changeset viewer.