summaryrefslogtreecommitdiff
path: root/project.json
blob: 822b2796732f7eb30a04f2a82e3589f589537340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "langrev": "1",
  "warnings": [ "no-unused" ],
  "dependency-search-paths": [ ],
  "dependencies": [ ],
  "authors": [ "Andromeda-fp" ],
  "version": "0.1.0",
  "sources": [ "**" ],
  "test-sources": [ ],
  "c-sources": [ ],
  "c-include-dirs": [ "include" ],
  "build-dir": "build",
  "output": "build",
  "targets": {
    "c3term": {
      "type": "executable",
    },
  },
  "cpu": "generic",
  // Optimization: "O0", "O1", "O2", "O3", "O4", "O5", "Os", "Oz".
  "opt": "O0"
}