Join Discord
Powered by
Make sure you're building in debug mode (so not `-...
# haxe
p
powerful-morning-89
05/26/2023, 3:09 PM
Make sure you're building in debug mode (so not
-release
or
-final
). Hxcpp requires the
--debug
flag to be passed to the compiler (or alternatively a few defines to be set) for it to catch null pointers.
Previous
Next