diff options
Diffstat (limited to 'project.json')
| -rw-r--r-- | project.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/project.json b/project.json new file mode 100644 index 0000000..822b279 --- /dev/null +++ b/project.json @@ -0,0 +1,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" +} |
