aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gn/gn_to_bp.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 239fb020fd..7505d7247a 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -75,6 +75,9 @@ cc_library_static {
srcs: [
$x86_srcs
],
+ cflags: [
+ "-Wno-over-aligned"
+ ],
},
x86_64: {