]> xenbits.xensource.com Git - unikraft/libs/micropython.git/commit
Fix crash caused by the "Optimize for Performance" config option RELEASE-0.4
authorVlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@stud.acs.upb.ro>
Thu, 20 Feb 2020 12:48:31 +0000 (13:48 +0100)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Thu, 20 Feb 2020 12:52:23 +0000 (13:52 +0100)
commit7e832011eb789541400e005dbfe1d23616df3559
treeffba69e87ebc12066db82d305a764c2563790d70
parentd0a32d6cf359a7ef2c8567ec595ca7f8a2523914
Fix crash caused by the "Optimize for Performance" config option

We disable the gcse, gnu-unique, and move-loop-invariants
flags enabled by O2.

Signed-off-by: Vlad-Andrei BĂDOIU <vlad_andrei.badoiu@stud.acs.upb.ro>
Signed-off-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk