mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-07-23 23:00:51 -04:00
Remove JustArchi's compiler flag optimizations
While some tasks complete slightly faster overall there are too many downsides - Too large system images - Weird compiler errors - Performance regressions on some devices - General maintenance overhead Maybe a less aggressive variant can be brought back in the future
This commit is contained in:
parent
9cdfc59d5e
commit
994a069deb
7 changed files with 8 additions and 1611 deletions
|
@ -58,22 +58,18 @@ export -f buildDevice;
|
|||
buildAll() {
|
||||
#Select devices are userdebug due to SELinux policy issues
|
||||
#TODO: Add victara, griffin, athene, us997, us996, pme, t0lte, hlte
|
||||
brunch lineage_angler-user;
|
||||
brunch lineage_bacon-user;
|
||||
brunch lineage_bullhead-user;
|
||||
brunch lineage_d852-userdebug;
|
||||
brunch lineage_d855-userdebug;
|
||||
brunch lineage_angler-user;
|
||||
brunch lineage_bullhead-user;
|
||||
brunch lineage_flo-user; #Not affected by size, but breaks: undefined reference to 'mm_jpeg_get_new_session_idx'
|
||||
brunch lineage_flounder-user;
|
||||
#brunch lineage_shamu-user;
|
||||
#brunch lineage_hammerhead-user;
|
||||
#brunch lineage_shamu-user;
|
||||
}
|
||||
export -f buildAll;
|
||||
|
||||
buildAllNO3() {
|
||||
brunch lineage_flo-user; #Not affected by size, but breaks: undefined reference to 'mm_jpeg_get_new_session_idx'
|
||||
}
|
||||
export -f buildAllNO3;
|
||||
|
||||
patchWorkspace() {
|
||||
source build/envsetup.sh;
|
||||
repopick 204743 204744;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue