good morning!!!!

Skip to content
Snippets Groups Projects
Commit c6e6f1fe authored by Felix Lange's avatar Felix Lange
Browse files

build: remove support for the GO_OPENCL environment variable

We don't use the opencl build tag anymore.
parent da7af440
No related branches found
No related tags found
No related merge requests found
......@@ -215,10 +215,6 @@ func doInstall(cmdline []string) {
}
func buildFlags(env build.Environment) (flags []string) {
if os.Getenv("GO_OPENCL") != "" {
flags = append(flags, "-tags", "opencl")
}
// Set gitCommit constant via link-time assignment.
if env.Commit != "" {
flags = append(flags, "-ldflags", "-X main.gitCommit="+env.Commit)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment