diff options
| author | gingerBill <bill@gingerbill.org> | 2018-06-15 21:46:03 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-06-15 21:46:03 +0100 |
| commit | ba67e474d3ab48cf15916892a15759f50930f72f (patch) | |
| tree | ed91e7aaa72fb5b194455c5cbea4ace27a99c65d /src/build_settings.cpp | |
| parent | b92a8c513ea04ce2c4e6245d047d47ece0b75fa2 (diff) | |
Make source code compile with 32 bit (but not build 32 bit code)
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 0dddbc8f2..5b3d846cb 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -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 "); |