flipper-io / flipper

Flipper is a development platform that can be controlled from any programming language.
https://www.flipper.io/
Apache License 2.0
70 stars 15 forks source link

Need whole archive on examples/app on Linux. #102

Open georgemorgan opened 6 years ago

georgemorgan commented 6 years ago

The app.a file needs to be wrapped with -whole-archive and -no-whole-archive.

georgemorgan commented 6 years ago

I can't remember if this still needs to happen. Can you test this, @nicholastmosher?

nicholastmosher commented 6 years ago

I don't remember the context of this. What does it mean to have -whole-archive or -no-whole-archive? What is it that I would be testing?