the-benchmarker / web-frameworks

Which is the fastest web framework?
MIT License
6.99k stars 672 forks source link

Remove binary stripping #7961

Closed Kayden1412 closed 5 days ago

Kayden1412 commented 5 days ago

@waghanza can you try compiling it again with binary stripping removed?

waghanza commented 5 days ago

Nothing change @Kayden1412, I try even zig build without params. It kernel panics after llvm emission

Kayden1412 commented 5 days ago

@waghanza Can you send the error message

waghanza commented 5 days ago
Kayden1412 commented 5 days ago

@waghanza Did it output stack trace?

waghanza commented 5 days ago

yes, I see compilation stage on the console, but it is rewritten each time

is their a way to create a compilation log ?

Kayden1412 commented 5 days ago

@waghanza It look like it caused by https://github.com/ziglang/zig/issues/11308

waghanza commented 5 days ago

Ok, then I can follow this issue, and as I understand this will be fixed on the next release of zig