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?
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?