|
640 | 640 | generate dependencies when running the compiler. Use of this feature is
|
641 | 641 | discouraged and it may be removed at a later date.</dd>
|
642 | 642 | <dt><a name="ENABLE_OPTIMIZED"><tt>ENABLE_OPTIMIZED</tt></a></dt>
|
643 |
| - <dd>If set to any value, causes the build to generate optimized objects, |
| 643 | + <dd>If set to 1, causes the build to generate optimized objects, |
644 | 644 | libraries and executables. This alters the flags specified to the compilers
|
645 | 645 | and linkers. Generally debugging won't be a fun experience with an optimized
|
646 | 646 | build.</dd>
|
647 | 647 | <dt><a name="ENABLE_PROFILING"><tt>ENABLE_PROFILING</tt></a></dt>
|
648 |
| - <dd>If set to any value, causes the build to generate both optimized and |
| 648 | + <dd>If set to 1, causes the build to generate both optimized and |
649 | 649 | profiled objects, libraries and executables. This alters the flags specified
|
650 | 650 | to the compilers and linkers to ensure that profile data can be collected
|
651 | 651 | from the tools built. Use the <tt>gprof</tt> tool to analyze the output from
|
652 | 652 | the profiled tools (<tt>gmon.out</tt>).</dd>
|
653 | 653 | <dt><a name="DISABLE_ASSERTIONS"><tt>DISABLE_ASSERTIONS</tt></a></dt>
|
654 |
| - <dd>If set to any value, causes the build to disable assertions, even if |
| 654 | + <dd>If set to 1, causes the build to disable assertions, even if |
655 | 655 | building a debug or profile build. This will exclude all assertion check
|
656 | 656 | code from the build. LLVM will execute faster, but with little help when
|
657 | 657 | things go wrong.</dd>
|
|
0 commit comments