diff options
| author | gingerBill <bill@gingerbill.org> | 2017-11-17 20:21:58 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-11-17 20:21:58 +0000 |
| commit | b0e3a4e27655cff42b3645ba4be2ad3a602997b9 (patch) | |
| tree | 82574f11c3e903877b43859d653ffd4f35902191 /src/build_settings.cpp | |
| parent | b651466630f4a643711ac1e266db72eab2029e7f (diff) | |
`build_dll` replace with `-build-mode=dll`
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index b6846a9f6..ed48817b8 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -12,6 +12,8 @@ struct BuildContext { i64 word_size; // Size of a pointer, must be >= 4 i64 max_align; // max alignment, must be >= 1 (and typically >= word_size) + String command; + String opt_flags; String llc_flags; String link_flags; |