about summary refs log tree commit diff
path: root/third_party/nix/meson_options.txt
diff options
context:
space:
mode:
authorp01arst0rm <polar@ever3st.com>2019-10-25T13·42+0100
committerVincent Ambo <tazjin@google.com>2020-05-17T14·55+0100
commite52ce543a4a0ceda4cba7ddb2be48ee653336c12 (patch)
tree8255d4a94a09e48023fa12395c35f7c848bc7cc9 /third_party/nix/meson_options.txt
parent9974eca8a01e1c9567afea558aaf428d7fe07b5d (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.txt12
1 files changed, 4 insertions, 8 deletions
diff --git a/third_party/nix/meson_options.txt b/third_party/nix/meson_options.txt
index b7aa5bd279..9bad1b2c4c 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')