-no-crt flag for windows amd64

This commit is contained in:
gingerBill
2018-08-13 01:22:14 +01:00
parent 55f4eabecd
commit 89f4e7a8db
6 changed files with 122 additions and 46 deletions

View File

@@ -85,6 +85,7 @@ struct BuildContext {
bool keep_temp_files;
bool no_bounds_check;
bool no_output_files;
bool no_crt;
gbAffinity affinity;
isize thread_count;
@@ -528,7 +529,7 @@ void init_build_context(void) {
gbString llc_flags = gb_string_make_reserve(heap_allocator(), 64);
if (bc->ODIN_DEBUG) {
llc_flags = gb_string_appendc(llc_flags, "-debug-compile ");
// llc_flags = gb_string_appendc(llc_flags, "-debug-compile ");
}
// NOTE(zangent): The linker flags to set the build architecture are different