diff options
| author | mikhnenko <[email protected]> | 2026-03-25 09:50:09 +0300 |
|---|---|---|
| committer | mikhnenko <[email protected]> | 2026-03-25 10:30:25 +0300 |
| commit | becff16fd5d3998a3e06a4854647d53e0acb8a4b (patch) | |
| tree | 359869accb1f3aeeb800fedb6fb94031caf4503f /build/scripts | |
| parent | ab2355e440d0b56c328f89f75a503fcffec79c10 (diff) | |
Build bpf with clang14
commit_hash:35714ea1cb62649a0482502ac3bf0912803e1ad6
Diffstat (limited to 'build/scripts')
| -rw-r--r-- | build/scripts/clang_wrapper.py | 3 |
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 |
