Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass
-O2 -DNDEBUG
to wasi-libc again (WebAssembly#423)
I forgot in WebAssembly#422 that by specifying `EXTRA_CFLAGS` to the wasi-libc build that it would override the defaults of wasi-libc which is to pass these two flags in. This passes them back in to ensure the default build still has the same flags.
- Loading branch information