jmcerrejon / PiKISS

PiKISS for Raspberry Pi: A bunch of scripts with menu to make your life easier.
http://misapuntesde.com
MIT License
880 stars 92 forks source link

Compile options #126

Closed Trotter73 closed 2 years ago

Trotter73 commented 2 years ago

Hi,

A question more than a bug report, hope you don't mind....

When compiling for the Pi4 you use -mtune=cortex-a53, as the pi 4 is an a72 capable processor is there an important reason you have not used mtune=cortex-a72 ?

I have been compiling stuff myself using 72 and and wondering if sould have :)

jmcerrejon commented 2 years ago

You are right. Honestly I use to type the command manually. Don't remember I have that parameter on any function 😅

I'll fix that ASAP. Thanks!

jmcerrejon commented 2 years ago

Improved 19bde65b383fd187e34967c4d003da7ef171ced7