diff options
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 |