diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-05 03:00:48 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-05 03:00:48 +0000 |
commit | 59f8d87b14699d46cd98d7028ce2ef0686e41046 (patch) | |
tree | e2927a8898254189fe4bdca0d48b218624fee950 /include | |
parent | dfba54339e0b7c35edc989a4e6e009729340004f (diff) | |
download | ATCD-59f8d87b14699d46cd98d7028ce2ef0686e41046.tar.gz |
added -max_threads=100 to Quantify options
Diffstat (limited to 'include')
-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 040687fdf0e..29b7d4278fa 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -137,7 +137,7 @@ ifdef quantify #### You might want to adjust the Quantify options below. #### -best-effort is undocumented but supported, and seems #### to help avoid occasional link failure. -PRELINK += quantify -best-effort -cache-dir=/tmp/purifycache +PRELINK += quantify -best-effort -cache-dir=/tmp/purifycache -max_threads=100 endif # quantify ifdef purify |