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
<andrewrk> fixed
cenomla has quit [Quit: cenomla]
cenomla has joined #zig
arBmind has quit [Quit: Leaving.]
hoppetosse has quit [Ping timeout: 256 seconds]
cenomla has quit [Quit: cenomla]
cenomla has joined #zig
cenomla has quit [Quit: cenomla]
cenomla has joined #zig
cenomla has quit [Quit: cenomla]
<GitHub197> [zig] tiehuis opened pull request #689: Add Blake2X hash functions (master...blake2) https://git.io/vNCsJ
tankfeeder has left #zig [#zig]
hoppetosse has joined #zig
<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
<GitHub163> [zig] andrewrk pushed 2 new commits to master: https://git.io/vNWaH
<GitHub163> zig/master 5a49684 Andrew Kelley: Merge branch 'wip-err-ret-trace'
<GitHub163> zig/master 6ec9933 Andrew Kelley: fix getting debug info twice in default panic handler
<GitHub105> [zig] andrewrk closed pull request #684: *WIP* error return trace proof of concept (master...wip-err-ret-trace) https://git.io/vNsAz
cenomla has quit [Quit: cenomla]
arBmind has quit [Quit: Leaving.]