2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Add -Ae flag to acc.

[SVN r16859]
This commit is contained in:
Rene Rivera
2003-01-10 16:26:23 +00:00
parent af1b75748e
commit 2b06644d35

View File

@@ -52,9 +52,8 @@ rule toolset ( name command : opt.out + : opt.define + : release-flags * : debug
}
## HP-UX aCC compiler
toolset acc cc : "-o " : -D
: -s -O3
: -g -pg
: -llibstd_v2.sl ;
: -Ae -s -O3
: -Ae -g -pg ;
## Borland C++ 5.5.x
toolset borland bcc32 : -e -n : /D
: -WC -w- -q "-I$(toolset-root)Include" "-L$(toolset-root)Lib" -O2 -vi -w-inl