-
-
Notifications
You must be signed in to change notification settings - Fork 684
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support gc_goopts and gc_linkopts attributes
go_library, cgo_library, go_binary, and go_test now support the gc_goopts attribute. This is a list of flags to pass to the Go compiler. go_binary and go_test also support the gc_linkopts attribute. This is a list of flags to be passed to the Go linker. Note that _emit_go_compile_action and _emit_go_link_action have had small interface changes and are now private. I didn't see any uses of these functions on GitHub, and I'd like to avoid having people depend on them in the future. Fixes #217
- Loading branch information
Jay Conrod
committed
Mar 8, 2017
1 parent
aa5a431
commit be1b4e8
Showing
9 changed files
with
275 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.