From 0a50db8c4c6a553c197e13c0d3dbc79743cb27d7 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 1 Oct 2019 17:24:26 +0200 Subject: [PATCH] build: switch back to plain mode, release is over Another forgotten detail. Need to switch back to plain mode now that we are out of freeze again. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 55270cda23..d653f96ede 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('efl', ['c','cpp'], version: '1.23.99', - default_options : ['buildtype=release', 'cpp_std=c++11'], + default_options : ['buildtype=plain', 'cpp_std=c++11'], meson_version : '>=0.47' )