Sam Parker

Results 45 comments of Sam Parker

Is there a policy on when LLVM is updated in wasi-sdk? And would it make sense to align releases with LLVM..? I find it somewhat frustrating having to wait several...

> i think the recent migration to cmake effectively added -g. Ah, that would make sense. Was it an intended change?

@alexcrichton From your [commit](https://github.com/WebAssembly/wasi-sdk/pull/423), I assume that the libraries should not have been built with debug?

Okay... It was somewhat surprising though, I presume this is a change to make life more easier fo wasi-sdk devs? When I'm building wasi-sdk myself, is there a rune/build target...

> you can configure what's build with CMAKE_BUILD_TYPE to [change it from the default](https://github.com/WebAssembly/wasi-sdk/blob/084efa01da005ba29c9a1ceadbf76ef869ed0e01/cmake/wasi-sdk-sysroot.cmake#L4-L6). Thanks! That has worked, though I'm still unsure why this the default for a distributed release...