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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user