add back --linkopt flag

This commit is contained in:
Corey Cole 2021-01-13 10:31:20 -08:00 committed by GitHub
parent 54e6c38245
commit 4914abba00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ cc_binary(
deps = [":gl_delegate"], deps = [":gl_delegate"],
) )
# build -c opt --config android_arm64 --copt -Os --copt -DTFLITE_GPU_BINARY_RELEASE --copt -s --strip always :libtensorflowlite_gpu_delegate.so # build -c opt --config android_arm64 --copt -Os --copt -DTFLITE_GPU_BINARY_RELEASE --linkopt -s --strip always :libtensorflowlite_gpu_delegate.so
cc_binary( cc_binary(
name = "libtensorflowlite_gpu_delegate.so", name = "libtensorflowlite_gpu_delegate.so",
linkopts = [ linkopts = [