Add missing keys to project.

This commit is contained in:
Christoffer Lerno
2023-07-31 21:15:05 +02:00
parent 6a3e618ffd
commit a0df1fd728
2 changed files with 6 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ const char *project_default_keys[] = {
"langrev",
"link-args",
"linked-libraries",
"linker-search-paths",
"macossdk",
"memory-env",
"no-entry",
@@ -59,12 +60,14 @@ const char* project_target_keys[] = {
"langrev",
"link-args-add",
"link-args-override",
"linked-libraries",
"linked-libraries-add",
"linked-libraries-override",
"linker-search-paths-add",
"linker-search-paths-override",
"macossdk",
"memory-env",
"no-entry",
"nolibc",
"nolibc",
"nostdlib",
"opt",
"output"

View File

@@ -1 +1 @@
#define COMPILER_VERSION "0.4.592"
#define COMPILER_VERSION "0.4.593"