-
Notifications
You must be signed in to change notification settings - Fork 704
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add new non-compile-affecting options for ghc 9.12
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
synopsis: Add new non-compilation-affecting options from ghc 9.12 | ||
packages: Cabal | ||
prs: #10468 | ||
significance: | ||
|
||
description: { | ||
|
||
- ghc 9.12 adds several new command line options, divided between | ||
`LANGUAGE`s (already added), warnings, new preprocessor control options, | ||
and compilation control options. Only one of these doesn't affect | ||
compilation and has been added to the recomp filters. A second needed | ||
to be added to the list of options requiring `Int` parameters. | ||
|
||
The new options, excluding warning and language options, are: | ||
|
||
* `-fexpose-overloaded-unfoldings` | ||
* `-fmax-forced-spec-args` | ||
* `-fno-expose-overloaded-unfoldings` | ||
* `-fobject-determinism` | ||
* `-fwrite-if-compression` | ||
* `-optCmmP` | ||
* `-optJSP` | ||
* `-pgmCmmP` | ||
* `-pgmJSP` | ||
|
||
} |