mercredi 18 mars 2020

How can i disable std=c++0x when building tensorflow2.1

os: centos7 tf: 2.1.0 gcc:8.3 bazel:0.27.1 command line: bazel --output_user_root ../cache build - s--sandbox_debug //tensorflow/tools/pip_package:build_pip_package --cxxopt=-std=c++14

error: enter image description here

it seems that --cxxopt=-std=c++14 does not work? how to enable c++14?

Aucun commentaire:

Enregistrer un commentaire