]> xenbits.xensource.com Git - unikraft/libs/ruby.git/commit
Fix crash caused by the Optimize for Performance config option RELEASE-0.4 RELEASE-0.5
authorVlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@stud.acs.upb.ro>
Thu, 20 Feb 2020 09:58:28 +0000 (09:58 +0000)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Thu, 20 Feb 2020 10:31:51 +0000 (11:31 +0100)
commit4834cb603b5f1cbe77ec5d8fb3deb422c8b1c5c1
tree4975db9fcbe14f504b2b3e55d6fadfc6132943aa
parent7a4d23cdb54a3a0b2637517860d5acc6abcd3972
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>
Reviewed-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Makefile.uk