NJLFHI76TUA5443QRYFME577HZSKJEAINCGFFSDWB6IIJGWITEUAC
build --cxxopt=-std=c++14 --host_cxxopt=-std=c++14
# Disable rtti and exceptions
build --cxxopt=-fno-rtti --cxxopt=-fno-exceptions --host_cxxopt=-fno-rtti --host_cxxopt=-fno-exceptions
# Disable unwind tables to reduce code bloat
build --cxxopt=-fno-unwind-tables --cxxopt=-fno-asynchronous-unwind-tables --host_cxxopt=-fno-unwind-tables --host_cxxopt=-fno-asynchronous-unwind-tables
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17