From 1ca3abdeee3089b2c9ee76f7f8fcb9d9783c829b Mon Sep 17 00:00:00 2001 From: "Eunki, Hong" Date: Wed, 23 Mar 2022 22:55:59 +0900 Subject: [PATCH] TTrace enable always in tizen Make ttrace enable always in tizen. Other platform keep current policy Change-Id: I6c7ffc31be9e0aeb5e139afca18a306bdd1e3afe Signed-off-by: Eunki, Hong --- packaging/dali-toolkit.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/packaging/dali-toolkit.spec b/packaging/dali-toolkit.spec index 3e50c92..ea8a871 100644 --- a/packaging/dali-toolkit.spec +++ b/packaging/dali-toolkit.spec @@ -169,9 +169,7 @@ cmake \ %if 0%{?enable_debug} -DCMAKE_BUILD_TYPE=Debug \ %endif -%if 0%{?enable_trace} -DENABLE_TRACE=ON \ -%endif -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_INSTALL_LIBDIR=%{_libdir} \ -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \ -- 2.7.4