mirror of
https://github.com/rockchip-linux/mpp.git
synced 2024-12-01 05:53:54 +08:00
[cmake]: set linux/arm cmake script to Release
Change-Id: Id99284a22713276c42b6eedaca3b4cd8695686e2 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
parent
58f818a772
commit
243568bd92
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Run this from within a bash shell
|
||||
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=debug \
|
||||
-DCMAKE_TOOLCHAIN_FILE=./arm.linux.cross.cmake \
|
||||
-DCMAKE_RKPLATFORM_ENABLE=ON \
|
||||
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_TOOLCHAIN_FILE=./arm.linux.cross.cmake \
|
||||
-DCMAKE_RKPLATFORM_ENABLE=ON \
|
||||
../../../ && cmake --build .
|
||||
|
Loading…
Reference in New Issue
Block a user