From 11d98de24b4959e2328bfa763760d7cf39048252 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 20 Sep 2019 09:35:36 +0200 Subject: [PATCH] build: switch build type to release for now This should have been done with the first alpha, but there was a bug preventing this. With commit 6960751c4580af9e902cd7719c1acafab4ce7bc5 the problem is fixed and we can finally enable it. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ebea18e0bc..1991324039 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('efl', ['c','cpp'], version: '1.23.0', - default_options : ['buildtype=plain', 'cpp_std=c++11'], + default_options : ['buildtype=release', 'cpp_std=c++11'], meson_version : '>=0.47' )