From a8b7171709461d0018bd7f067ec48e0ab06d519f Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Thu, 23 Oct 2025 22:31:58 +0200 Subject: [PATCH] enable 01 and parallel compilation --- .ecode/project_build.json | 2 +- project.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ecode/project_build.json b/.ecode/project_build.json index 593ac60..304f2f4 100644 --- a/.ecode/project_build.json +++ b/.ecode/project_build.json @@ -7,7 +7,7 @@ "working_dir": "" }, { - "args": "build -g", + "args": "build -g --threads 8", "command": "c3c", "working_dir": "" } diff --git a/project.json b/project.json index bf403a4..13bcb34 100644 --- a/project.json +++ b/project.json @@ -14,6 +14,7 @@ "type": "executable" } }, - "opt": "O0", + "safe": true, + "opt": "O1", "debug-info": "full" }