From fe1ccd1450b2a52f58262835f13524eaa728b1dd Mon Sep 17 00:00:00 2001 From: andromeda Date: Thu, 23 Apr 2026 17:01:54 +0200 Subject: init --- project.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 project.json (limited to 'project.json') 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" +} -- cgit v1.3.1