From 5973558826c14baf4be28e438af608d397ea08dd Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Thu, 6 Aug 2015 13:05:30 -0400 Subject: [PATCH] doc: remove duplicate -asmflags mention Fixes #12053 Change-Id: Icd883b4f1ac944a8ec718c79770a8e3fc6542e3a Reviewed-on: https://go-review.googlesource.com/13259 Reviewed-by: Russ Cox --- doc/go1.5.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/go1.5.html b/doc/go1.5.html index 70ce94e9ad..5f6e5f7b91 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -522,14 +522,6 @@ A new -buildmode build option sets the build mode, described above. -
  • -An -asmflags build option has been added to provide -flags to the assembler. -However, -the -ccflags build option has been dropped; -it was specific to the old, now deleted C compiler . -
  • -
  • A new -pkgdir build option sets the location of installed package archives, -- 2.48.1