syncfiles/bazel
Dietrich Epp ad220442d7 Use -std=c11 when compiling with Bazel
The -std=c89 option is too pedantic, and the old CodeWarrior compiler
accepts various extensions (like line comments) anyway. Rather than
using -std=c89 to ensure the code is compatible with old compilers, we
will actually test on the old compilers.
2022-04-10 04:14:14 -04:00
..
BUILD.bazel Create build rules for generated data 2022-03-22 19:02:57 -04:00
copts.bzl Use -std=c11 when compiling with Bazel 2022-04-10 04:14:14 -04:00