From 99fe6ba1bf4381a32707d26857b308b8dcc61a94 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Sun, 16 Nov 2003 23:39:11 +0000 Subject: [PATCH] Document -disable-opt option that I added. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10045 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/gccld.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CommandGuide/gccld.html b/docs/CommandGuide/gccld.html index 517caa95a15..1b90d845952 100644 --- a/docs/CommandGuide/gccld.html +++ b/docs/CommandGuide/gccld.html @@ -101,6 +101,11 @@ using the -native option. Verify each pass result.

+

  • -disable-opt +
    + Disable all link-time optimization passes. +

    +

  • -L=<directory>
    Add directory to the list of directories to search when looking for -- 2.34.1