summaryrefslogtreecommitdiffstats
path: root/build/scripts
diff options
context:
space:
mode:
authormikhnenko <[email protected]>2026-03-25 09:50:09 +0300
committermikhnenko <[email protected]>2026-03-25 10:30:25 +0300
commitbecff16fd5d3998a3e06a4854647d53e0acb8a4b (patch)
tree359869accb1f3aeeb800fedb6fb94031caf4503f /build/scripts
parentab2355e440d0b56c328f89f75a503fcffec79c10 (diff)
Build bpf with clang14
commit_hash:35714ea1cb62649a0482502ac3bf0912803e1ad6
Diffstat (limited to 'build/scripts')
-rw-r--r--build/scripts/clang_wrapper.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/scripts/clang_wrapper.py b/build/scripts/clang_wrapper.py
index f99da29cfc0..7f2b412b339 100644
--- a/build/scripts/clang_wrapper.py
+++ b/build/scripts/clang_wrapper.py
@@ -35,9 +35,6 @@ def drop_non_bpf_flags(s):
if s.startswith('-I') and 'contrib/libs/cxxsupp/libcxx/include' in s:
return None
- if s.startswith('-march='):
- return None
-
return s