mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
Fix array pointer as iterators; Remove stack allocations in startup_runtime
This commit is contained in:
@@ -249,6 +249,8 @@ int main(int argc, char **argv) {
|
||||
if (build_context.is_dll) {
|
||||
output_ext = "dll";
|
||||
link_settings = "/DLL";
|
||||
} else {
|
||||
link_settings = "/ENTRY:mainCRTStartup";
|
||||
}
|
||||
|
||||
exit_code = win32_exec_command_line_app("msvc-link", true,
|
||||
|
||||
Reference in New Issue
Block a user