Last change
on this file was
17738,
checked in by westram, 6 years ago
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.6 KB
|
Line | |
---|
1 | # -------------------------------------------------------------------------------- -*-Mode: Makefile;-*- (emacs) |
---|
2 | # If this file is named config.makefile.template then copy it to config.makefile |
---|
3 | # DO NOT EDIT config.makefile.template |
---|
4 | # -------------------------------------------------------------------------------- |
---|
5 | |
---|
6 | # Enter your name (upper case, no spaces) here, to enable '#ifdef DEVEL_YOURNAME #endif' sections |
---|
7 | # (Release version uses 'RELEASE') |
---|
8 | DEVELOPER := ANY |
---|
9 | |
---|
10 | DEBUG := 0# build with debug information |
---|
11 | DEBUG_GRAPHICS := 0# force instant graphic update |
---|
12 | STABS := 0# force stabs format? (not recommended; affects SANITIZE stackdump locations) |
---|
13 | |
---|
14 | TRACESYM := 1# insert symbols for meaningful backtraces into executables |
---|
15 | |
---|
16 | # Include features using OPENGL? |
---|
17 | OPENGL := 0 |
---|
18 | |
---|
19 | |
---|
20 | # compile 64bit ARB version (32bit may work, but is rarely tested) |
---|
21 | ARB_64 := 1 |
---|
22 | |
---|
23 | UNIT_TESTS := 0# include and perform unit tests |
---|
24 | COVERAGE := 0# gcov support (0=off(=default),1=on,2=on but hidden) |
---|
25 | #SANITIZE := all# build with Sanitizer? (defaults to 0; see Makefile for details) |
---|
26 | #SHOWTODO := 0# show todos? (defaults to 0, depends on DEVELOPER) |
---|
27 | |
---|
28 | # -------------------------------------------------------------------------------- |
---|
29 | # target machine section |
---|
30 | # [Note: Uncomment one section, depending on your machine type and compiler options] |
---|
31 | |
---|
32 | # ------------ |
---|
33 | # Section: Linux |
---|
34 | |
---|
35 | MACH := LINUX# |
---|
36 | LINUX := 1 |
---|
37 | |
---|
38 | # DEBIAN := 1# uncomment for DEBIAN systems (not recommended) |
---|
39 | # REDHAT := 1# uncomment for REDHAT systems |
---|
40 | |
---|
41 | # ------------ |
---|
42 | # Section: Mac OSX |
---|
43 | |
---|
44 | # MACH := DARWIN# |
---|
45 | # DARWIN := 1 |
---|
46 | |
---|
47 | # ------------ |
---|
Note: See
TracBrowser
for help on using the repository browser.