summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-05-15 14:26:11 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-05-15 14:31:43 +0100
commitb050294635d5104decb6d0cbad271ba507ce2d4a (patch)
tree16daafc197782dff717fc2b313dc943c127ff9c2 /meson.build
parent81d8d8ee55808dabbc124642b09bc01372d60938 (diff)
downloadefl-b050294635d5104decb6d0cbad271ba507ce2d4a.tar.gz
meson buildtype - use plain not debug as debug will be insanely slow
eina cow backtraces on write make this impractically slow to use debug. also the switch back to dev mode was not the reverse of switching to release mode. this fixes that.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 56701d0a21..bfe54aa274 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('efl', ['c','cpp'],
version: '1.22.99',
- default_options : ['cpp_std=c++11'],
+ default_options : ['buildtype=plain', 'cpp_std=c++11'],
meson_version : '>=0.47'
)