diff options
| author | Sahnvour <Sahnvour@users.noreply.github.com> | 2018-09-30 22:59:45 +0200 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-09-30 16:59:45 -0400 |
| commit | ba78ae0ae73ac38a2bb32c618cd145b4d2f9602e (patch) | |
| tree | 0b2787ddc68361852859e2b1ca5cf7a51e04fe72 /src/all_types.hpp | |
| parent | 418b2e7d47cbfdd8d04c362b758c96b533674282 (diff) | |
| download | zig-ba78ae0ae73ac38a2bb32c618cd145b4d2f9602e.tar.gz zig-ba78ae0ae73ac38a2bb32c618cd145b4d2f9602e.zip | |
Fixes --emit asm on windows and makes C header file generation explicit. (#1612)
* build: only do codegen_link when emitting an actual binary. Fixes #1371
* build: only output C header file when explicitely asked to
Diffstat (limited to 'src/all_types.hpp')
| -rw-r--r-- | src/all_types.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp index 89c117ce82..30d941354a 100644 --- a/src/all_types.hpp +++ b/src/all_types.hpp @@ -1713,7 +1713,6 @@ struct CodeGen { uint32_t target_environ_index; uint32_t target_oformat_index; bool is_big_endian; - bool want_h_file; bool have_pub_main; bool have_c_main; bool have_winmain; |
