diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-09 23:45:38 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-09 23:45:38 +0000 |
| commit | 3dc3ea71f5503c2f5034eea0c4f0fb0c802e76a0 (patch) | |
| tree | 2f466575a58cfd7471819d913e1522f618149b3a /llvm/docs/MakefileGuide.html | |
| parent | ece1358c80e23d2d3269b66862934f499d4475f6 (diff) | |
| download | bcm5719-llvm-3dc3ea71f5503c2f5034eea0c4f0fb0c802e76a0.tar.gz bcm5719-llvm-3dc3ea71f5503c2f5034eea0c4f0fb0c802e76a0.zip | |
Update docs for ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS
llvm-svn: 27553
Diffstat (limited to 'llvm/docs/MakefileGuide.html')
| -rw-r--r-- | llvm/docs/MakefileGuide.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html index 27dc361cec8..54f6b22f6d9 100644 --- a/llvm/docs/MakefileGuide.html +++ b/llvm/docs/MakefileGuide.html @@ -632,10 +632,11 @@ to the compilers and linkers to ensure that profile data can be collected from the tools built. Use the <tt>gprof</tt> tool to analyze the output from the profiled tools (<tt>gmon.out</tt>).</dd> - <dt><a name="ENABLE_ASSERTIONS"><tt>ENABLE_ASSERTIONS</tt></a></dt> - <dd>If set to any value, causes the build to enable assertions, even if - building a release or profile build. This is slower than a release build - but far faster than a debug build.</dd> + <dt><a name="DISABLE_ASSERTIONS"><tt>DISABLE_ASSERTIONS</tt></a></dt> + <dd>If set to any value, causes the build to disable assertions, even if + building a release or profile build. This will exclude all assertion check + code from the build. LLVM will execute faster, but with little help when + things go wrong.</dd> <dt><a name="EXPERIMENTAL_DIRS"><tt>EXPERIMENTAL_DIRS</tt></a></dt> <dd>Specify a set of directories that should be built, but if they fail, it should not cause the build to fail. Note that this should only be used |

