mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-14 14:23:43 +00:00
Make source code compile with 32 bit (but not build 32 bit code)
This commit is contained in:
@@ -528,8 +528,6 @@ void init_build_context(void) {
|
||||
bc->opt_flags = str_lit(" ");
|
||||
|
||||
|
||||
|
||||
|
||||
gbString llc_flags = gb_string_make_reserve(heap_allocator(), 64);
|
||||
if (bc->ODIN_DEBUG) {
|
||||
llc_flags = gb_string_appendc(llc_flags, "-debug-compile ");
|
||||
|
||||
Reference in New Issue
Block a user