diff --git a/BUILD.bazel b/BUILD.bazel index 5c8594b3e4bc..be6037316751 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1957,7 +1957,7 @@ cc_binary_with_abi( "x86_64", "x86", ], - copts = _KSELFTEST_COPTS, + copts = _KSELFTEST_COPTS + ["-fomit-frame-pointer"], includes = ["tools/testing/selftests"], linkopts = ["-static"], path_prefix = _KSELFTEST_DIR,