add custom gcc flags for the rpi5(cmake)

This commit is contained in:
Christer Solskogen 2023-12-12 22:42:00 +01:00
parent 7225176f74
commit 56336dc394

View File

@ -0,0 +1,3 @@
set(CMAKE_C_FLAGS_INIT "-march=armv8.2-a+crypto+fp16+rcpc+dotprod -mcpu=cortex-a76+crypto -mtune=cortex-a76")
set(CMAKE_CXX_FLAGS_INIT "${CMAKE_C_FLAGS_INIT}")