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
ike709 edited this page Nov 29, 2021
·
6 revisions
Here is a list of optional arguments you can pass to the compiler:
--suppress-unimplemented - Suppresses most warnings related to unimplemented procs/vars. At the moment, using this is highly recommended unless you're actively trying to find things to implement.
--dump-preprocessor - Dumps the output of the preprocessor to a DM file in the same dir as the file you're compiling. Useful for debugging preprocessor errors.
--no-standard - Excludes the standard library. This will likely cause compilation to fail.