Idris2
                                
                                 Idris2 copied to clipboard
                                
                                    Idris2 copied to clipboard
                            
                            
                            
                        `--whole-program` should overwrite package options
If I'm building a package, I don't want to have to edit it the package file to make idris do whole program compilation For example if I'm compiling the idris compiler (not while developing it) I want it to be whole program compiled
see https://github.com/idris-lang/Idris2/blob/main/src/Idris/Package.idr#L781
If I'm understanding this ask correctly, you want idris2 to accept --whole-program at the CLI and have that take precedence over conflicting settings in the ipkg file?