Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Link project with gold
Browse files Browse the repository at this point in the history
  • Loading branch information
chshersh committed Apr 6, 2017
1 parent f754d7a commit f5ec96b
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion cardano-sl.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ library
build-depends: http-types
, servant >= 0.8.1
, servant-docs >= 0.8.1
, servant-server >= 0.8.1
, servant-server >= 0.8.1
, wai
, wai-extra
, warp
Expand All @@ -512,6 +512,8 @@ library
ghc-options: -Wall
-fno-warn-orphans
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: DeriveDataTypeable
DeriveGeneric
GeneralizedNewtypeDeriving
Expand Down Expand Up @@ -572,6 +574,8 @@ executable cardano-node
-fno-warn-orphans
-with-rtsopts=-N
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: DeriveDataTypeable
DeriveGeneric
GeneralizedNewtypeDeriving
Expand Down Expand Up @@ -623,6 +627,8 @@ executable cardano-analyzer
-fno-warn-orphans
-with-rtsopts=-N
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: DeriveDataTypeable
DeriveGeneric
GeneralizedNewtypeDeriving
Expand Down Expand Up @@ -680,6 +686,8 @@ executable cardano-wallet
-fno-warn-orphans
-with-rtsopts=-N
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: DeriveDataTypeable
DeriveGeneric
GeneralizedNewtypeDeriving
Expand Down Expand Up @@ -727,6 +735,8 @@ executable cardano-wallet-hs2purs
-fno-warn-orphans
-with-rtsopts=-N
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: DeriveDataTypeable
DeriveGeneric
GeneralizedNewtypeDeriving
Expand Down Expand Up @@ -798,6 +808,8 @@ executable cardano-smart-generator
-fno-warn-orphans
-with-rtsopts=-N
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: DeriveDataTypeable
DeriveGeneric
GeneralizedNewtypeDeriving
Expand Down Expand Up @@ -858,6 +870,8 @@ executable cardano-dht-keygen
-fno-warn-orphans
-with-rtsopts=-N
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: DeriveDataTypeable
DeriveGeneric
GeneralizedNewtypeDeriving
Expand Down Expand Up @@ -892,6 +906,8 @@ executable cardano-web-docs
-fno-warn-orphans
-with-rtsopts=-N
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: DeriveDataTypeable
DeriveGeneric
GeneralizedNewtypeDeriving
Expand Down Expand Up @@ -933,6 +949,8 @@ executable cardano-wallet-web-docs
-fno-warn-orphans
-with-rtsopts=-N
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: DeriveDataTypeable
DeriveGeneric
GeneralizedNewtypeDeriving
Expand Down Expand Up @@ -977,6 +995,8 @@ executable cardano-wallet-web-api-swagger
-fno-warn-orphans
-with-rtsopts=-N
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: NoImplicitPrelude
build-tools: cpphs >= 1.19
ghc-options: -pgmP cpphs -optP --cpp
Expand All @@ -993,6 +1013,8 @@ executable cardano-checks
ghc-options: -threaded
-Wall
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: OverloadedStrings

executable cardano-genupdate
Expand All @@ -1011,6 +1033,8 @@ executable cardano-genupdate
ghc-options: -threaded
-Wall
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: OverloadedStrings
NoImplicitPrelude

Expand Down Expand Up @@ -1043,6 +1067,8 @@ executable cardano-keygen
-fno-warn-orphans
-with-rtsopts=-N
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: DeriveDataTypeable
DeriveGeneric
GeneralizedNewtypeDeriving
Expand Down Expand Up @@ -1083,6 +1109,8 @@ executable cardano-launcher
ghc-options: -threaded
-Wall
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: OverloadedStrings
RecordWildCards
TupleSections
Expand Down Expand Up @@ -1165,6 +1193,8 @@ test-suite cardano-test
-Wall
-fno-warn-orphans
-with-rtsopts=-N
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: DeriveDataTypeable
DeriveGeneric
GeneralizedNewtypeDeriving
Expand Down Expand Up @@ -1215,6 +1245,8 @@ benchmark cardano-bench-criterion
-Wall
-fno-warn-orphans
-O2
-optl-fuse-ld=gold
ld-options: -fuse-ld=gold
default-extensions: DeriveDataTypeable
DeriveGeneric
GeneralizedNewtypeDeriving
Expand Down

0 comments on commit f5ec96b

Please sign in to comment.