no_stringop="no" cat>$TMPC<<EOF #include <stdio.h> int main(int argc, char **argv) { return printf("%s\n", argv[0]); } EOF ifcompile_prog"-Wno-stringop-truncation -Werror"""no_stringop";then no_stringop="yes" fi print_config"-Wno-stringop-truncation""$no_stringop" #...
Works around tensorflow/tensorflow#39467 for gcc 10+ builds. Add -Wno-stringop-truncation to build flags on Linux. … 1fcbd2f google-cla bot added the cla: yes label Nov 20, 2020 hawkinsp added the pull ready label Nov 20, 2020 copybara-service bot merged commit b16621b into jax-...
set(CMAKE_CXX_FLAGS"${CMAKE_CXX_FLAGS}-Wall -Wno-stringop-truncation") option(FT_MEASURE_TICK_TO_TRADE"Measure tick-to-trade cost"OFF) Expand Down 2 changes: 0 additions & 2 deletions2benchmark/BM_ipc.cpp Original file line numberDiff line numberDiff line change ...