From 3b3cfa6c91f66440a64fdfb26559972a6ab600e4 Mon Sep 17 00:00:00 2001 From: andromeda Date: Fri, 24 Apr 2026 12:41:41 +0200 Subject: raylib :( --- project.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'project.json') 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" } -- cgit v1.3.1