TTrace enable always in tizen 45/272745/4
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 23 Mar 2022 13:32:49 +0000 (22:32 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 28 Mar 2022 03:16:28 +0000 (12:16 +0900)
Make ttrace enable always in tizen. Other platform keep current policy

Change-Id: I500fe9b95f7d8bf079f89975bf2346f1f7472ae8
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
packaging/dali.spec

index 12427c3..bfc4587 100644 (file)
@@ -79,9 +79,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}