Can I have the XCode "malloc guards" but when runn...
# kotlin-native
m
Can I have the XCode "malloc guards" but when running a
test.kexe
binary?
Copy code
export DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib 
./test.kexe
works wonderfully \o/