Skip to content

Commit 7d66bf2

Browse files
committed
update
1 parent cd68e41 commit 7d66bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cc/copts.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DEFAULT_COPTS = [
3030
"-Wshadow",
3131
"-Wsign-compare",
3232
"-Wstack-protector",
33-
"--param ssp-buffer-size=1",
33+
"--param=ssp-buffer-size=1",
3434
"-Wswitch",
3535
"-Wswitch-default",
3636
"-Wswitch-enum",

0 commit comments

Comments
 (0)