diff options
| author | F0x1fy <alecsanchez@avian-lang.org> | 2020-11-10 09:50:53 -0700 |
|---|---|---|
| committer | F0x1fy <alecsanchez@avian-lang.org> | 2020-11-10 09:50:53 -0700 |
| commit | 301e1d2ff3954453213aefa271263cd2644849f1 (patch) | |
| tree | b41e09a89639040bc10a170db0cc5a476a93a3ee /src/build_settings.cpp | |
| parent | ee3b3fe6a3424d84cda26b1cddc764694ac49e7a (diff) | |
Added -no-entry-point flag and relevant check.
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index ed259f7cd..4f06c2913 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -151,6 +151,7 @@ struct BuildContext { bool no_dynamic_literals; bool no_output_files; bool no_crt; + bool no_entry_point; bool use_lld; bool vet; bool cross_compiling; |