fix: disable wiringPi debug for prod

This commit is contained in:
Tobias Reisinger 2020-07-01 23:43:27 +02:00
parent 3ad1ed7a18
commit 5f9583bd08

View file

@ -30,7 +30,7 @@ prepare() {
build() {
cd "controller/build" || exit 1
cmake -DWIRING_PI_DEBUG=ON ..
cmake ..
make
}