File: config.py

package info (click to toggle)
tintii 2.2.3-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,024 kB
  • ctags: 633
  • sloc: cpp: 4,069; makefile: 35; python: 4
file content (18 lines) | stat: -rw-r--r-- 590 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Configuration file.
#
# Any values given in this file override the default build options on
# your system, but are overriden by options given on the command
# line. To use the default value for a particular option, simply
# comment it out. Options may also be specified on the command line
# when calling scons.
#
# To see the full list of options, type `scons -h`.
#

# Linux/g++ compiler options
CXX='g++'
CXXFLAGS='-O3 -Wall -funroll-loops -fomit-frame-pointer `wx-config --cxxflags` -fopenmp -ffast-math'
LINKFLAGS='`wx-config --libs` `wx-config --libs aui` -fopenmp'
NDEBUG='yes'