File: config.make

package info (click to toggle)
oolite 1.76.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 26,660 kB
  • sloc: objc: 100,667; ansic: 2,314; makefile: 29; sh: 1
file content (23 lines) | stat: -rw-r--r-- 786 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# This file contains makefile configuration options for Oolite builds
#
# This file is sourced by both GNUmakefile and Makefile
#
# Any options can be overridden on the command-line:
# $ make debug=yes DOCKING_CLEARANCE=no
# $ make -f Makefile LIBJS_OPT=yes
#

VERBOSE                        = yes
CP                             = cp

# Setting the build parameters independently. We need everything set as below for the full test release configuration.
BUILD_WITH_DEBUG_FUNCTIONALITY = yes
NO_SHADERS                     = no
ESPEAK                         = yes
OO_CHECK_GL_HEAVY              = no
OO_EXCLUDE_DEBUG_SUPPORT       = no
OO_OXP_VERIFIER_ENABLED        = yes
OO_LOCALIZATION_TOOLS          = yes
DEBUG_GRAPHVIZ                 = yes
OO_JAVASCRIPT_TRACE            = yes