mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Fix .tf_configure.bazelrc for ARM64
This commit is contained in:
parent
deaf33ff26
commit
655eb0456a
1 changed files with 4 additions and 0 deletions
|
|
@ -11,10 +11,14 @@ build --action_env TF_CUDA_CLANG="0"
|
|||
build --action_env TF_CUDA_VERSION="10"
|
||||
build --action_env GCC_HOST_COMPILER_PATH="/usr/bin/gcc-4.8"
|
||||
build --verbose_failures
|
||||
build:opt --copt=-march=armv8-a
|
||||
build:opt --copt=-Wno-sign-compare
|
||||
build:opt --conlyopt=-std=c11
|
||||
build:opt --conlyopt=-D_XOPEN_SOURCE=600
|
||||
build:opt --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0"
|
||||
build:opt --host_copt=-march=armv8-a
|
||||
build:opt --host_conlyopt=-std=c11
|
||||
build:opt --host_conlyopt=-D_XOPEN_SOURCE=600
|
||||
build:opt --host_cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0"
|
||||
build:opt --host_copt=-Wno-sign-compare
|
||||
build:opt --define with_default_optimizations=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue