2020-07-08 07:32:50 +03:00
|
|
|
-- This adds -Wall and -Werror for runs where we want to catch warnings.
|
|
|
|
|
2019-11-22 09:28:03 +03:00
|
|
|
package macaw-base
|
2020-07-08 07:32:50 +03:00
|
|
|
ghc-options: -Wall -Werror
|
|
|
|
-- Macaw-semmc has warnings
|
|
|
|
package macaw-semmc
|
|
|
|
ghc-options: -Wall
|
2019-11-22 09:28:03 +03:00
|
|
|
package macaw-symbolic
|
2020-07-08 07:32:50 +03:00
|
|
|
ghc-options: -Wall -Werror
|
|
|
|
-- Macaw-ppc has warnings.
|
|
|
|
package macaw-ppc
|
2020-12-20 04:16:04 +03:00
|
|
|
ghc-options: -Wall -Werror
|
2020-07-08 07:32:50 +03:00
|
|
|
package macaw-aarch32
|
|
|
|
ghc-options: -Wall -Werror
|
|
|
|
-- Macaw-aarch32-symbolic has warnings.
|
|
|
|
package macaw-aarch32-symbolic
|
|
|
|
ghc-options: -Wall
|
|
|
|
package macaw-ppc-symbolic
|
|
|
|
ghc-options: -Wall -Werror
|
2019-11-22 09:28:03 +03:00
|
|
|
package macaw-x86
|
2020-07-08 07:32:50 +03:00
|
|
|
ghc-options: -Wall -Werror
|
|
|
|
package macaw-x86-symbolic
|
|
|
|
ghc-options: -Wall -Werror
|
|
|
|
package macaw-refinement
|
2020-10-26 07:25:55 +03:00
|
|
|
ghc-options: -Wall -Werror
|
|
|
|
package compare-dwarfdump
|
|
|
|
ghc-options: -Wall -Werror
|