fix: disable wiringPi debug for prod
This commit is contained in:
parent
3ad1ed7a18
commit
5f9583bd08
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "controller/build" || exit 1
|
cd "controller/build" || exit 1
|
||||||
cmake -DWIRING_PI_DEBUG=ON ..
|
cmake ..
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue