diff options
Diffstat (limited to 'project.json')
| -rw-r--r-- | project.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/project.json b/project.json index 4f20d87..b735bad 100644 --- a/project.json +++ b/project.json @@ -9,11 +9,26 @@ "c-include-dirs": [ "include" ], "build-dir": "build", "output": "build", + "features": [ + // rgfw + // "OPENGL", + + // rsgl + // "RFONT", + // "HIGHLEVEL", + // "OPENGL", + ], "targets": { - "c3term": { + "c3term-linux-x64": { + "name": "c3term", "type": "executable", + "target": "linux-x64", + "features": [ + "OPENGL", + "RFONT", + ], }, }, "cpu": "generic", - "opt": "O5" + "opt": "O0" } |
