1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Makefile: using release build configuration for uavobjgenerator

This commit is contained in:
Oleg Semyonov 2013-03-28 12:00:38 +02:00
parent beb13b32a9
commit 587b12dd3e

View File

@ -36,7 +36,7 @@ export PACKAGE_DIR := $(ROOT_DIR)/build/package
# Set up default build configurations (debug | release)
GCS_BUILD_CONF := release
UAVOGEN_BUILD_CONF := debug
UAVOGEN_BUILD_CONF := release
ANDROIDGCS_BUILD_CONF := debug
GOOGLE_API_VERSION := 14