File: buildconfig

package info (click to toggle)
mymake 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: cpp: 5,688; lisp: 300; ansic: 195; sh: 86; makefile: 32
file content (20 lines) | stat: -rw-r--r-- 430 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
#Configure emacs.
:template yes
:pch std.h
:namespace no

#Test so that no output is lost.
src -e -p test/output -a -f

#..Even in multi-threaded situations!
#src -e -p test/multi-output -a -f

#Test freezing when there are many compiler errors (will not 'compile').
#-e -p test/stale-wait -a -f

#-e -p test/independent-wait -a -f
#setup -e
#-e src -a --config
#-e src -a src
#-e release pdb src -p ../storm -a -d 3 -t Main -ne