diff options
| author | andromeda <andromeda@lenovo> | 2026-04-24 17:47:27 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-24 17:47:27 +0200 |
| commit | 3adf2a7b49a3a62b4c019b745a6c631a2b518b5e (patch) | |
| tree | 320e0c5fac59f1e4f168582ac39215cebd6283de /project.json | |
| parent | 3b3cfa6c91f66440a64fdfb26559972a6ab600e4 (diff) | |
attempt wayland :~
Diffstat (limited to 'project.json')
| -rw-r--r-- | project.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/project.json b/project.json index d4c9333..e4bb99e 100644 --- a/project.json +++ b/project.json @@ -4,7 +4,8 @@ "authors": [ "Andromeda-fp" ], "version": "0.1.0", "sources": [ "**" ], - "linked-libraries": [ "raylib"], + "linked-libraries": [ "wayland-client" ], + "c-sources": [ "**" ], "build-dir": "build", "output": "build", "targets": { @@ -13,5 +14,5 @@ }, }, "cpu": "generic", - "opt": "O5" + "opt": "O0" } |
