meson buildtype - use plain not debug as debug will be insanely slow
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 15 May 2019 13:26:11 +0000 (14:26 +0100)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 30 May 2019 08:17:51 +0000 (17:17 +0900)
commit565a1c76d6ace8b95fa214ba4054663d26a94da4
tree3ea4d67e23874fabbcb58d90f335ba4fc489e64a
parent3127e59f2cdf6b6934897820ad61e6b9f3729384
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.
meson.build