From 16b856c8bca03177540e7600fb40f22607010677 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 19 Aug 2018 13:41:22 +0200 Subject: [PATCH] fix: remove debug flag --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 950c6b1b..136b48d9 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( ) cpp_args = [] -cpp_link_args = ['-g'] +cpp_link_args = [] if false # libc++ cpp_args += ['-stdlib=libc++']