ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
<andrewrk>
hoppetosse, for release builds you have to use `msbuild -p:Configuration=Release INSTALL.vcxproj` for LLVM, Clang, and Zig
<andrewrk>
and -DCMAKE_BUILD_TYPE=Release for LLVM, Clang, and Zig
<andrewrk>
hmm I think the wiki is wrong for Building-Zig-on-Windows
<hoppetosse>
andrewrk: new instructions worked great, thanks!
<hoppetosse>
this is going to be a painful update process! I never realized how much I used the implicit return without a semicolon
hoppetosse has quit [Ping timeout: 276 seconds]
hoppetosse has joined #zig
<hoppetosse>
andrewrk: is it still recommended that all cimports happen on the same block?
cenomla has joined #zig
arBmind has joined #zig
<andrewrk>
hoppetosse, yeah, sorry about that. one thing that should help in the future is I think we will have a keyword to return fom the current block. maybe `result`
<andrewrk>
yes it's still recommended that all c imports happen in the same block