diff options
| author | gingerBill <bill@gingerbill.org> | 2021-05-03 19:39:36 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-05-03 19:39:36 +0100 |
| commit | dfe1dedeb1f948bebd6121e3cc31fcd4562ab0cd (patch) | |
| tree | e5b6467beb36526075e58dfb60c22697cf9d8133 /src/build_settings.cpp | |
| parent | d027a5f1a470233a0307bcf3c7c4fe0b6494cd87 (diff) | |
Experimental support for `-use-separate-modules`
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 77046cf6d..09d860cfc 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -809,10 +809,6 @@ void init_build_context(TargetMetrics *cross_target) { bc->max_align = metrics->max_align; bc->link_flags = str_lit(" "); - if (bc->metrics.os == TargetOs_windows) { - // bc->use_separate_modules = bc->optimization_level == 0; - } - // NOTE(zangent): The linker flags to set the build architecture are different // across OSs. It doesn't make sense to allocate extra data on the heap |