Skip to content
Snippets Groups Projects
Commit a2f43f3e authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

cabal check: cpp-options allows only -D and -U options

Before:

130113 files processed
7304 have lexer/parser warnings
332 build impossible
9742 build warning
49779 build dist suspicious
38666 build dist suspicious warning
11834 build dist inexcusable

After:

130113 files processed
7304 have lexer/parser warnings
332 build impossible
10063 build warning
49779 build dist suspicious
38666 build dist suspicious warning
11834 build dist inexcusable

i.e. 321 build warnings on all Hackage

Examples:

NO_DEBUG_MODE                       -- forgotten -D?
-traditional                        -- doesn't work, nor needed
-fallow-undecidable-instances       -- wrong -options?
-fno-exceptions
-Wall
-Werror
--include=include/config.h          -- doesn't work
-maes                               -- cpp is not C++ ?
-mpclmul
-mssse3
parent 12a49040
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment