diff options
author | p01arst0rm <polar@ever3st.com> | 2019-10-25T13·42+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-17T14·55+0100 |
commit | e52ce543a4a0ceda4cba7ddb2be48ee653336c12 (patch) | |
tree | 8255d4a94a09e48023fa12395c35f7c848bc7cc9 /third_party/nix/meson_options.txt | |
parent | 9974eca8a01e1c9567afea558aaf428d7fe07b5d (diff) |
chore(3p/nix): more improvements r/728
(cherry picked from commit 507d28fd226e018d5927b49b1bd07833cbd49d25)
Diffstat (limited to 'third_party/nix/meson_options.txt')
-rw-r--r-- | third_party/nix/meson_options.txt | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/third_party/nix/meson_options.txt b/third_party/nix/meson_options.txt index b7aa5bd27949..9bad1b2c4c65 100644 --- a/third_party/nix/meson_options.txt +++ b/third_party/nix/meson_options.txt @@ -25,19 +25,15 @@ option( '-L/lib'], description : 'Link flags') -option( - 'cflags', - type : 'array', - value : [ - '-O3'], - description : 'C build flags') option( 'cxxflags', type : 'array', value : [ - '-O3'], - description : 'CXX build flags') + '-Wdeprecated', + '-Wno-non-virtual-dtor', + '-Wno-unused-parameter'], + description : 'C build flags') |