dontpanic92 / wxGo

Golang wxWidgets Wrapper
Other
403 stars 51 forks source link

which file to edit to turn on static linking #33

Closed andrewarrow closed 6 years ago

andrewarrow commented 6 years ago

I used wxGo about a year ago, using it again for a new project and I forget 1 detail. Each time I compile it takes a long time. I remember there was some flag in some file to turn on --static something and that made it not have to compile all the c++ stuff each and every time.

i.e. the very first time I compile wxGo on this computer it should take a long time. But then each time I compile my own program that uses wxGo as a library, it should be fast. Right?

andrewarrow commented 6 years ago

never mind I think I was just missing, github.com/dontpanic92/wxGo/wx $ go install -x