You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A suggestion is to add those options to the make help target. Something like:
help:
@echo 'Main targets:'
@echo '* all - Build the src/ and uarch/ code. To build from a clean clone, run: make submodules all'
@echo ' Additionally, to specify the build type, pass yes to one of:'
@echo ' - sanitize, debug, relwithdebinfo, *release*, coverage. e.g: make sanitize=yes
Another point, a bit unrelated to this PR is removing the Emscripten documentation from the README.md. A brief comment pointing to the wiki should suffice. Should we do the same for the mingw toolchain?
A suggestion is to add those options to the
make help
target. Something like:Another point, a bit unrelated to this PR is removing the Emscripten documentation from the README.md. A brief comment pointing to the wiki should suffice. Should we do the same for the mingw toolchain?
Originally posted by @mpolitzer in #250 (comment)
The text was updated successfully, but these errors were encountered: