mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56:40 +08:00
Refine release.sh & debug.sh.
This commit is contained in:
parent
331af64156
commit
76a1be36f8
1
debug.sh
1
debug.sh
@ -2,7 +2,6 @@ mkdir --parents debug \
|
||||
&& cd debug
|
||||
|
||||
cmake \
|
||||
-D ENABLE_GETTEXT:BOOL=ON \
|
||||
-DCMAKE_BUILD_TYPE=Debug \
|
||||
-DCMAKE_INSTALL_PREFIX=`pwd`/root \
|
||||
.. \
|
||||
|
||||
@ -2,7 +2,6 @@ mkdir --parents release \
|
||||
&& cd release
|
||||
|
||||
cmake \
|
||||
-D ENABLE_GETTEXT:BOOL=ON \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
.. \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user