dapptools icon indicating copy to clipboard operation
dapptools copied to clipboard

hevm/dapp tries to link libraries that have all internal functions

Open transmissions11 opened this issue 4 years ago • 2 comments

This is unnecessary and increases the build time dramatically. I manually disable library linking with the env var but it always gets overriden for debugging (even tho it is unnecessary)

transmissions11 avatar Aug 07 '21 07:08 transmissions11

relevant:

https://github.com/dapphub/dapptools/blob/2b2c2a010f1a22a664cf17861c0d6812077f02b7/src/dapp/libexec/dapp/dapp---find-libraries#L4-L14

d-xo avatar Aug 08 '21 18:08 d-xo

made a PR to address a symptom of this (if merged dapp debug would respect DAPP_TEST_LINK_LIBRARIES): https://github.com/dapphub/dapptools/pull/728

transmissions11 avatar Aug 08 '21 18:08 transmissions11