diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-11 15:09:29 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-11 15:09:29 +0000 |
commit | c069941a40bbf434ea0decc43f1b0730487c2cd1 (patch) | |
tree | 769ab53039a5353ce094226e2c4575b7868e0f16 /include/makeinclude | |
parent | 1d2cd092688818d103884b3c24eae025f4cc1b21 (diff) | |
download | ATCD-c069941a40bbf434ea0decc43f1b0730487c2cd1.tar.gz |
ChangeLogTag:Wed Aug 11 10:07:36 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index eed97a2750e..f8fd51c47ca 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -316,7 +316,7 @@ ifdef exceptions else # ! exceptions ifeq ($(ACE_HAS_GNUG_PRE_2_8),0) #### Disable the default exception handling of g++ >= 2.8.0. - CCFLAGS += -fno-exceptions + CCFLAGS += -fno-exceptions -fcheck-new endif # ! ACE_HAS_GNUG_PRE_2_8 endif # ! exceptions |