diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-08 21:51:14 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-08 21:51:14 +0000 |
commit | f495d6a667902fba3d950d9ca37a4d8af88722cf (patch) | |
tree | d95ab59adc9d33170892ba9d7e5b4e6bdc8b0b93 /include/makeinclude/wrapper_macros.GNU | |
parent | d402cef738cd08c1356ad582086e82fd5d1ba2b8 (diff) | |
download | ATCD-f495d6a667902fba3d950d9ca37a4d8af88722cf.tar.gz |
ChangeLogTag: Wed Sep 08 16:48:55 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index be2baf9cfb1..85758edb521 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -441,9 +441,8 @@ ifdef purify #### You might want to adjust the Purify options below. #### -best-effort is undocumented but supported, and seems #### to help avoid occasional link failure. - #### SIGINT is used by the ACE Thread_Manager_Test. PURELINK += purify -best-effort -cache-dir=$(PURE_CACHE_DIR) \ - -chain-length=20 -fds-inuse-at-exit=no -ignore-signals=SIGINT \ + -chain-length=20 -fds-inuse-at-exit=no \ -inuse-at-exit -max_threads=100 CCFLAGS += -DACE_HAS_PURIFY CPPFLAGS += -I$(ACE_PURIFY_DIR) |