Hi, I am developing an application that runs both in NeXTStep and on Linux with GNUStep. As far as I know GNUStep uses Auto release pools to manage memory and Automatic Reference Counting.
I want to run the app under valgrind on Linux with ARC turned off because debugging memory leaks with NeXTStep tool (malloc debug I think that’s what is called) is much harder and the tool is not as good as valgrind. Is it possible to turn off ARC in GNUstep ? Thanks, Regards Daniel Santos
