Matt1966
Dauer-User
- 586
Problem gelöst, viel Spaß mit der Rom.
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
Toolchain Optimization Flags: See https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
-O2 vs. -O3 vs -Ofast: Normally stock kernels come with -O2 as the default optimization level. Many folks find themselves asking questions like How does this differ from -O3 or -Ofast Is this a placebo? Read this link https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html about GCC Optimization options and youll find out the differences between -O2, -O3, and -Ofast. Youll notice several more optimizations are added from -O2 to -O3. Unfortunately, Google 4.7/4.8 toolchains dont even support -O3 or -Ofast (At least the arm-eabi toolchains dont, I havent even wasted my time with arm-androideabi). So theyre not only old but dont even have the ability to optimize as much either.
SaschaKH schrieb:Ich würde mich doch wundern wenn sich die Optimization nicht auf das ganze ROM bezieht, also das ganze ROM wurde mit optimization Flags compiliert.
hermann4 schrieb:Kann ich die dirty flashen?