Skip to content

Commit e8d66ec

Browse files
committed
revert build script
1 parent 856d887 commit e8d66ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test_resources/library/build-test-op

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
TF_CFLAGS=( $(python -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_compile_flags()))') )
44
TF_LFLAGS=( $(python -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_link_flags()))') )
5-
cmd="g++ -std=c++14 -shared test_op.cc -o test_op.so -fPIC ${TF_CFLAGS[@]} ${TF_LFLAGS[@]} -O2"
6-
echo $cmd
7-
$cmd
5+
g++ -std=c++14 -shared test_op.cc -o test_op.so -fPIC ${TF_CFLAGS[@]} ${TF_LFLAGS[@]} -O2

0 commit comments

Comments
 (0)