improve wx GCC ABI check #142
Following some suggestions from @ArtiiP, first check if there are no issues without an -fabi-version flag, and then instead of incrementing from 0, decrement from 15 to find the highest working ABI version. This is very slow if the needed ABI version is 2 for example, but not much to do about that for the time being.
Please register or sign in to comment