mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-25 03:04:56 +03:00
a2ac7f4300
This code was ported from ambient-verifier.
30 lines
787 B
Plaintext
30 lines
787 B
Plaintext
-- This adds -Wall and -Werror for runs where we want to catch warnings.
|
|
|
|
package macaw-base
|
|
ghc-options: -Wall -Werror
|
|
-- Macaw-semmc has warnings
|
|
package macaw-semmc
|
|
ghc-options: -Wall
|
|
package macaw-symbolic
|
|
ghc-options: -Wall -Werror
|
|
package macaw-symbolic-syntax
|
|
ghc-options: -Wall -Werror
|
|
-- Macaw-ppc has warnings.
|
|
package macaw-ppc
|
|
ghc-options: -Wall -Werror
|
|
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
|
|
package macaw-x86
|
|
ghc-options: -Wall -Werror
|
|
package macaw-x86-symbolic
|
|
ghc-options: -Wall -Werror
|
|
package macaw-refinement
|
|
ghc-options: -Wall -Werror
|
|
package compare-dwarfdump
|
|
ghc-options: -Wall -Werror
|