Ptchsize and MacOS fix#170
Conversation
|
I don't think making this compiler dependent is a smart idea, but anyway (I don't care much about GCC) if (compiler != COMPILER_GCC) { silently doing nothing when compiler is GCC isn't smart (as the last version did). please do at least ... |
Me too. But I am currently not sure what the side effects of changing it are. So for the moment this is a minimal patch to make it work again, until I or someone else has the time to deal with it in the proper way. I will add the message you suggested. Related: #169 |
This merge request modifies ptchsize to require a command line argument for the compiler used to compile freecom. It also modifies the build.sh and build.bat scripts accordingly.
The additional heap is reduced to 6k again, as it should be sufficient?!?
build.sh is fixed to run on MacOS.