Skip to content

Commit bebebff

Browse files
authored
Remove stack protector warnings flags (#184)
Stack protector warning flag is removed Tested locally on mac, and using Jenkins modern docker image (`gcc11`, `bazel build --config=system`). * swift-nav/orion-engine#9999 Tested in CI: * swift-nav/orion-engine#9999 * swift-nav/starling-core#1213 * swift-nav/starling#10254
1 parent 724d981 commit bebebff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cc/copts.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ DEFAULT_COPTS = [
2929
"-Wsequence-point",
3030
"-Wshadow",
3131
"-Wsign-compare",
32-
"-Wstack-protector",
3332
"-Wswitch",
3433
"-Wswitch-default",
3534
"-Wswitch-enum",

0 commit comments

Comments
 (0)