summaryrefslogtreecommitdiff
path: root/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'project.json')
-rw-r--r--project.json5
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"
}