Added option to compile mex files with debug flag.
compileMex("input.cpp") is now compileMex("input.cpp", debug) where debug is a bool that is true to enable the debug flag and false to not enable it.
Loading
Please sign in to comment
compileMex("input.cpp") is now compileMex("input.cpp", debug) where debug is a bool that is true to enable the debug flag and false to not enable it.