mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-06 08:07:28 +01:00
Add dev flags to both the executables
This commit is contained in:
parent
64c1f9519e
commit
62944018d8
@ -147,6 +147,8 @@ executables:
|
|||||||
when:
|
when:
|
||||||
- condition: flag(library-only)
|
- condition: flag(library-only)
|
||||||
buildable: false
|
buildable: false
|
||||||
|
- condition: flag(dev)
|
||||||
|
cpp-options: -DDEVELOPMENT
|
||||||
|
|
||||||
stackage-server-cron:
|
stackage-server-cron:
|
||||||
main: stackage-server-cron.hs
|
main: stackage-server-cron.hs
|
||||||
@ -161,3 +163,5 @@ executables:
|
|||||||
when:
|
when:
|
||||||
- condition: flag(library-only)
|
- condition: flag(library-only)
|
||||||
buildable: false
|
buildable: false
|
||||||
|
- condition: flag(dev)
|
||||||
|
cpp-options: -DDEVELOPMENT
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user