projects
/
profile
/
mobile
/
apps
/
native
/
sticker-panel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
702cf9e
)
Remove build macro : tizen_build_binary_release_type_eng
45/86545/1
tizen
submit/tizen/20160902.021925
author
Geunsun, Lee
<gs86.lee@samsung.com>
Fri, 2 Sep 2016 00:09:58 +0000
(09:09 +0900)
committer
Geunsun, Lee
<gs86.lee@samsung.com>
Fri, 2 Sep 2016 00:10:16 +0000
(09:10 +0900)
Change-Id: I04bb28dc7785ef70dd2d18b258ffbf8560a5863b
packaging/sticker-panel.spec
patch
|
blob
|
history
diff --git
a/packaging/sticker-panel.spec
b/packaging/sticker-panel.spec
index
cd4728b
..
4a18218
100755
(executable)
--- a/
packaging/sticker-panel.spec
+++ b/
packaging/sticker-panel.spec
@@
-51,12
+51,6
@@
export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE"
export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE"
export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"
-%if 0%{?tizen_build_binary_release_type_eng}
-export CFLAGS="$CFLAGS -DTIZEN_ENGINEER_MODE"
-export CXXFLAGS="$CXXFLAGS -DTIZEN_ENGINEER_MODE"
-export FFLAGS="$FFLAGS -DTIZEN_ENGINEER_MODE"
-%endif
-
%cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DSHAREDIR=%{_datadir}
make %{?jobs:-j%jobs}