aboutsummaryrefslogtreecommitdiff
path: root/test/ufuzz.json
blob: c4813470a4ab9ea9160e296ada9af746e3cdcb40 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[
    {
        "compress": false,
        "mangle": false,
        "output": {
            "beautify": true,
            "bracketize": true
        }
    },
    {
        "compress": false
    },
    {
        "compress": {
            "warnings": false
        },
        "mangle": false
    },
    {
        "compress": {
            "warnings": false
        }
    },
    {
        "compress": {
            "toplevel": true,
            "warnings": false
        },
        "mangle": {
            "toplevel": true
        }
    },
    {
        "compress": {
            "keep_fargs": false,
            "passes": 3,
            "warnings": false
        }
    }
]
e-updatesMathieu Othacehe 2021-12-06ci: Cross-build the 'guix' package....Ludovic Courtès 2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe 2021-10-04ci: Allow manifests to contain any lowerable object....Ludovic Courtès 2021-09-27ci: Adjust 'channel-build-system' to monadic style....Ludovic Courtès 2021-07-10ci: Build commencement packages supported on the target system....Ludovic Courtès 2021-07-09ci: Add bootstrap packages to the core subset....Mathieu Othacehe 2021-07-09ci: Add bootstrap packages to the core subset....Mathieu Othacehe 2021-07-05ci: Change "core" subset to include the latest GCC and Guile....Ludovic Courtès 2021-07-03ci: Remove duplicate ".SYSTEM" extension for cross-compilation jobs....Ludovic Courtès 2021-05-25ci: Add derivation inputs....Mathieu Othacehe 2021-05-25ci: Add derivation inputs....Mathieu Othacehe