change adasat default build mode (#1787)
This commit is contained in:
@@ -19,6 +19,17 @@ tags = ["sat", "solver", "theories"]
|
|||||||
[configuration]
|
[configuration]
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
|
[gpr-externals]
|
||||||
|
ADASAT_BUILD_MODE = ["dev", "prod", "prof"]
|
||||||
|
|
||||||
|
[[actions]]
|
||||||
|
type = "post-fetch"
|
||||||
|
command = ["sed", "-i", "-e", 's/external ("ADASAT_BUILD_MODE", "dev")/external ("ADASAT_BUILD_MODE", "prod")/', "adasat.gpr"]
|
||||||
|
|
||||||
|
[[actions]]
|
||||||
|
type = "post-fetch"
|
||||||
|
command = ["sed", "-i", "-e", 's/, "-flto");/);/', "adasat.gpr"]
|
||||||
|
|
||||||
[origin]
|
[origin]
|
||||||
url="https://github.com/AdaCore/AdaSAT/archive/refs/tags/v26.0.0.zip"
|
url="https://github.com/AdaCore/AdaSAT/archive/refs/tags/v26.0.0.zip"
|
||||||
hashes=['sha512:37336738b543040461e72c50a8e1341787766beba22c91e08c86f2bb24275ccac79f4e777e9cf23622c3e1d3bf0248bb34f10b9570f4307d1697f489781fd4b9']
|
hashes=['sha512:37336738b543040461e72c50a8e1341787766beba22c91e08c86f2bb24275ccac79f4e777e9cf23622c3e1d3bf0248bb34f10b9570f4307d1697f489781fd4b9']
|
||||||
|
|||||||
Reference in New Issue
Block a user