[meson] Disable enable-debug by default
authorParichay Kapoor <pk.kapoor@samsung.com>
Thu, 7 Oct 2021 04:22:26 +0000 (13:22 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Thu, 7 Oct 2021 05:12:49 +0000 (14:12 +0900)
This patch sets enable-debug to false by default which was enabled
mistakenly by #1607.
enable-debug is set to true for ubuntu and tizen build in CI only with
unit_test set to true in the CI.

Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>
meson_options.txt

index 877158a..cb4022e 100644 (file)
@@ -14,7 +14,7 @@ option('enable-nnstreamer-backbone', type: 'boolean', value: true)
 option('enable-tflite-backbone', type: 'boolean', value: true)
 option('enable-android', type: 'boolean', value: false)
 option('enable-profile', type: 'boolean', value: false)
-option('enable-debug', type: 'boolean', value: true)
+option('enable-debug', type: 'boolean', value: false)
 option('enable-tflite-interpreter', type: 'boolean', value: true)
 
 # dependency conflict resolution