mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add missing keys to project.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define COMPILER_VERSION "0.4.592"
|
||||
#define COMPILER_VERSION "0.4.593"
|
||||
Reference in New Issue
Block a user