summaryrefslogtreecommitdiff
path: root/project.json
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-24 12:41:41 +0200
committerandromeda <andromeda@lenovo>2026-04-24 12:41:41 +0200
commit3b3cfa6c91f66440a64fdfb26559972a6ab600e4 (patch)
treecbd1f82ea6f2783466d2de1408205b8579a96227 /project.json
parentfe1ccd1450b2a52f58262835f13524eaa728b1dd (diff)
raylib :(
Diffstat (limited to 'project.json')
-rw-r--r--project.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/project.json b/project.json
index 822b279..d4c9333 100644
--- a/project.json
+++ b/project.json
@@ -1,14 +1,10 @@
{
"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" ],
+ "linked-libraries": [ "raylib"],
"build-dir": "build",
"output": "build",
"targets": {
@@ -17,6 +13,5 @@
},
},
"cpu": "generic",
- // Optimization: "O0", "O1", "O2", "O3", "O4", "O5", "Os", "Oz".
- "opt": "O0"
+ "opt": "O5"
}