mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-05 22:22:44 +00:00
add custom gcc flags for the rpi5(cmake)
This commit is contained in:
parent
7225176f74
commit
56336dc394
3
cmake/gcc-flags-rpi5.cmake
Normal file
3
cmake/gcc-flags-rpi5.cmake
Normal 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}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user