ntt123 commited on
Commit
2967fe9
1 Parent(s): fb711da

Create build_ext.sh

Browse files
Files changed (1) hide show
  1. build_ext.sh +3 -0
build_ext.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ chmod +x ./bazelisk-linux-amd64
2
+ USE_BAZEL_VERSION=5.0.0 ./bazelisk-linux-amd64 build wavegru_mod -c opt --copt=-march=native
3
+ cp -f bazel-bin/wavegru_mod.so .