ARMv8

Hello,

As I can see, Armv8 is not officially supported in the Projucer, if we hardcode the change in the makefile, will it work?

Thanks,

You can just supply TARGET_ARCH=-march=armv8-a on the commandline when you call make. This should set the architecture appropriately.

Yes, thanks !