Hello, I am trying to build the darwin target using make darwin CLEAN=yes RELEASE=no INSPECTOR=yes
, but there are no debugging symbols:
file build/targets/darwin/libTransmuteCore.dylib build/targets/darwin/transmute_browser
build/targets/darwin/libTransmuteCore.dylib: Mach-O 64-bit dynamically linked shared library arm64
uild/targets/darwin/transmute_browser: Mach-O 64-bit executable arm64
Do we need any other configurations here?
Thanks!