diff options
author | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2022-11-01 11:13:33 +0100 |
---|---|---|
committer | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2023-01-10 18:48:44 -0300 |
commit | 26ecb2111f7742051d9b9dec076c86c164a6f8ca (patch) | |
tree | 8e817b8b22f9e6d58ddc69ef775a427aafc23eaa | |
parent | cd78fd7a496852de14bea50f19b283470edbb7c0 (diff) |
args.gn: Fix FTBFS by enabling allocator
-rw-r--r-- | build/args.gn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/args.gn b/build/args.gn index bb4f8d7..1a49904 100644 --- a/build/args.gn +++ b/build/args.gn @@ -13,8 +13,6 @@ is_official_build = true blink_symbol_level = 0 symbol_level = 0 treat_warnings_as_errors = false -use_allocator = "none" -use_allocator_shim = false use_alsa = true use_aura = true use_bundled_fontconfig = false |