# HG changeset patch # User Aleksej Bobylev # Date 1530476383 -10800 # Node ID 8a42150f2543cf90b579b997974c7baf1ce98ba9 # Parent 04db1a3c3590e0d940420a2a8bdcbf3ee5b7c963 mono: fix build by not enabling Spectre mitigation diff -r 04db1a3c3590 -r 8a42150f2543 mono/receipt --- a/mono/receipt Sun Jul 01 21:13:43 2018 +0300 +++ b/mono/receipt Sun Jul 01 23:19:43 2018 +0300 @@ -19,10 +19,10 @@ # Build documentation at https://www.mono-project.com/docs/compiling-mono/ compile_rules() { +# --with-spectre-mitigation=yes \ +# --with-spectre-indirect-branch-choice=extern \ ./configure \ --with-libgdiplus=installed \ - --with-spectre-mitigation=yes \ - --with-spectre-indirect-branch-choice=extern \ $CONFIGURE_ARGS && fix libtool && make &&