Skip to content

Commit

Permalink
Add bazel c_opt flag: -str=c90
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtitov committed May 31, 2023
1 parent 0986d44 commit 267054e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ done
base_dir=$(cd "$(dirname "$loc")" && pwd)

pushd "$base_dir"
${BAZEL_EXECUTABLE:-bazel} build //src:djinni
${BAZEL_EXECUTABLE:-bazel} build //src:djinni --host_conlyopt=-std=c90
popd

0 comments on commit 267054e

Please sign in to comment.