-
Notifications
You must be signed in to change notification settings - Fork 3
/
BuildOptions.txt.example
42 lines (36 loc) · 1.47 KB
/
BuildOptions.txt.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#******************************************************************
#
# Copyright 2106 Intel Corporation All Rights Reserved.
#
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
# This is an example of of the BuildOptions.txt file. Copy or rename this file
# to BuildOptions.txt and update the values for your individual build system.
# Specify if the output build is a 'debug' or 'release' build
BUILD_TYPE = 'debug'
# Specify the location of the IoTivity project
# example IOTIVITY_BASE = '/home/john/iotivity'
#IOTIVITY_BASE = '/path/to/IOTIVITY_BASE'
# The build variant of the IoTivity library
# Values 'debug' or 'release'
IOTIVITY_LIB_TYPE = 'release'
# The target architecture of the build
# The IoTivity library must match the desired architecture
# Values 'x86_64
TARGET_ARCH = 'x86_64'
# Show full compilation output
# Values 'yes' or 'no'
VERBOSE = 'no'