See Also
On the Enter Advanced Options page of the Makefile wizard, you can specify
compiler options for building your target. The wizard displays this page for
each Executable target, Static Library/Archive target, or Shared/Dynamically Linked Library
target you defined on the Create List of Targets page. This page is not displayed for a
Recursive Make target or a Custom target.
-
The Advanced Options fields include a BASICOPTS macro with
a value of the basic options you selected on the Set Basic Options page.
- If you want to add compiler options to the macros in
the makefile, type the options in the appropriate text field.
- For C on the Solaris platforms, the default conformance level is ISO C + K&R C.
For C on the Linux platforms, the default conformance level is Ansi + GNU extensions. You can select a
different conformance level from the list.
- For C++ on the Solaris platforms, the default compatibility mode is Standard Mode.
For C++ on the Linux platforms, the default conformance level is Ansi + GNU extensions. You can select
a different compatibility mode from the list.
Click Next when you are finished entering advanced options.
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.