diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-06 18:48:31 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-06 18:48:31 +0000 |
commit | 9f4b8dcd830e8ca7a1d9ac94092b031910f1ab28 (patch) | |
tree | 2950e386668bc048ac91e34d500e28305afdcfd2 /ACE-INSTALL.html | |
parent | b54c9549f50f7e50f3179939777ab74d5c6c84ae (diff) | |
download | ATCD-9f4b8dcd830e8ca7a1d9ac94092b031910f1ab28.tar.gz |
ChangeLogTag: Fri Aug 06 13:47:51 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r-- | ACE-INSTALL.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index 05df639264f..5240ea42ef8 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -1365,6 +1365,12 @@ the <a href="mailto:ace-users@cs.wustl.edu">ACE mailing list</a>.<p> Tornado II cannot be used to build ACE. Use Cygnus' make (version 3.75) instead.)<p> +<strong>NOTE:</strong>Optimization is enabled be default in +<a href=include/makeinclude/platform_vxworks5.x_g++.h>platform_vxworks5.x_g++.h</a>. However, the compiler that is shipped with Tornado II has +trouble compiling some files with -O2. To disable optimization +for an individual file, just add <code>optimize=0</code> to your +make invocation when compiling that file.<p> + Using the Cygnus tools, this approach works: <ul> <li>You'll build both your NT and VxWorks executables in the same |