I'd like to add some compiler options to unity build flow when enabled il2cpp. e.g. add something like CXX_FLAGS=xxxx or set my own clang compiler when compiling the .cpp to .so file for Android. Is that possible in unity?
↧