Skip to content

Instantly share code, notes, and snippets.

@rosterloh
Last active February 14, 2023 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rosterloh/d5dd4553686eb82d151c7449138d32a5 to your computer and use it in GitHub Desktop.
Save rosterloh/d5dd4553686eb82d151c7449138d32a5 to your computer and use it in GitHub Desktop.
Mixin to optimise builds for Raspberry Pi 4
mixin:
- tune-pi4.mixin
{
"build": {
"tune-pi4": {
"cmake-args": [
"-DCMAKE_C_FLAGS=-march=armv8-a+crc -mtune=cortex-a72 -O3",
"-DCMAKE_CXX_FLAGS=-march=armv8-a+crc -mtune=cortex-a72 -O3"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment