diff options
| author | andromeda <andromeda@lenovo> | 2026-04-23 17:01:54 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-23 17:01:54 +0200 |
| commit | fe1ccd1450b2a52f58262835f13524eaa728b1dd (patch) | |
| tree | fe4cd51abc0cb64da6a6ad913f644a4d90f437a4 /project.json | |
init
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" +} |
