[t/spec] Add tricky tests (which pass after latest Rakudo patch), unfudge old simple...
[pugs.git] / util / config-template.yml
blobc8740c5a47fb4eba83526aeda4d069ec49e5ae7a
1 ---
2 # pugs build configuration
4 # This file is in minimal YAML (one day it might grow up to real YAML);
5 # for now, only key: value pairs please.
7 # Set '-O0' for unoptimized, '-O' for optimized build
8 optimization: -O
10 # If you have SMP and some unix, set this to > 1 for faster smokes
11 smoke_concurrent: 1
13 # Automaticaly upload smoke.html after make smoke (1 = yes)
14 smoke_upload: 0
16 # Embed a precompiled image of Prelude.pm in pugs? This makes pugs
17 # faster to load, but slower to build. The payoff is usually worth it,
18 # so this is on by default.
19 precompile_prelude: true
21 # Include additional modules in the precompiled Prelude? This requires the
22 # preceding option to be enabled.  Including Test makes pugs even slower to
23 # build, but makes the test suite slightly faster still.  It may be worth
24 # it if you're running smoke tests, but otherwise probably not.
25 # Pass a *single line* YAML array of filenames here, comma separated.
27 precompile_modules: [ ext/Math-Basic/lib/Math/Basic.pm ]
28 # precompile_modules: [ ext/Math-Basic/lib/Math/Basic.pm, ext/Test/lib/Test.pm ]
30 # Set this to a large value (e.g. 320m) if precompiling anything more than
31 # the standard Prelude.
32 # ghc_heap_size: 348m
34 # Set this to a string value if you want Pugs to be installed in a different 
35 # directory from the usual.
36 # Don't put your Perl 5 dir here! See INSTALL.
37 # install_dir: C:\Perl6