mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 01:01:59 +03:00
8b062f47cc
As it was in Idris1 being able to override some, or introduce new, options to an Idris IPKG is beneficial. For example, generate code for multiple codegens from a single source. Overridable options are: + `--quiet` + `--verbose` + `--timing` + `--dumpcases <file>` + `--dumplifted <file>` + `--dumpvmcode <file>` + `--debug-elab-check`
16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
1/1: Building Main (Main.idr)
|
|
Not all command line options can be used to override package options.
|
|
|
|
Overridable options are:
|
|
--quiet
|
|
--verbose
|
|
--timing
|
|
--dumpcases <file>
|
|
--dumplifted <file>
|
|
--dumpvmcode <file>
|
|
--debug-elab-check
|
|
--codegen <cg>
|
|
|
|
Packages must have an '.ipkg' extension: "malformed-package-name".
|
|
Uncaught error: File error (non-existent-package.ipkg): File Not Found
|