Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for gc_linkopts #217

Closed
mikedanese opened this issue Dec 6, 2016 · 0 comments
Closed

Add support for gc_linkopts #217

mikedanese opened this issue Dec 6, 2016 · 0 comments

Comments

@mikedanese
Copy link
Contributor

With the same functionality as internal go rules.

jayconrod pushed a commit to jayconrod/rules_go that referenced this issue Mar 6, 2017
go_library, cgo_library, go_binary, and go_test now support the
gc_goopts attribute. This is a list list of flags to be passed 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.

Fixes bazelbuild#217
jayconrod pushed a commit to jayconrod/rules_go that referenced this issue Mar 6, 2017
go_library, cgo_library, go_binary, and go_test now support the
gc_goopts attribute. This is a list list of flags to be passed 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.

Fixes bazelbuild#217
jayconrod pushed a commit to jayconrod/rules_go that referenced this issue Mar 7, 2017
go_library, cgo_library, go_binary, and go_test now support the
gc_goopts attribute. This is a list list of flags to be passed 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.

Fixes bazelbuild#217
jayconrod pushed a commit to jayconrod/rules_go that referenced this issue Mar 7, 2017
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 bazelbuild#217
jayconrod pushed a commit to jayconrod/rules_go that referenced this issue Mar 8, 2017
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 bazelbuild#217
jayconrod added a commit that referenced this issue Mar 8, 2017
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant