Skip to content

Commit

Permalink
Remove -llmx6.0
Browse files Browse the repository at this point in the history
It doesn't appear this is needed during build or runtime, and none of the symbols in that library are obviously used. Remove it.
  • Loading branch information
pwaller authored Jan 21, 2019
1 parent 10ac302 commit 26602ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcl/xcl.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package xcl

// #cgo CFLAGS: -std=gnu99
// #cgo LDFLAGS: -lxilinxopencl -llmx6.0
// #cgo LDFLAGS: -lxilinxopencl
// #include "xcl.h"
// #include <stdlib.h>
//
Expand Down

0 comments on commit 26602ba

Please sign in to comment.