summaryrefslogtreecommitdiff
path: root/apps/compiler/includes/defines.sh
blob: 57c809c470185ddbf8c53c445f484f975bf88f1f (plain)
1
2
3
4
5
6
7
# you can choose build type from cmd argument
if [ ! -z $1 ]
then
    CCTYPE=$1
    CCTYPE=${CCTYPE^} # capitalize first letter if it's not yet
fi