-
-
Notifications
You must be signed in to change notification settings - Fork 684
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
Comments
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 bazel-contrib#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 bazel-contrib#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 bazel-contrib#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 bazel-contrib#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 bazel-contrib#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
With the same functionality as internal go rules.
The text was updated successfully, but these errors were encountered: