diff options
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') |