Work around optimizer bug in old gcc

This commit is contained in:
Martin Kroeker 2019-09-14 10:55:11 +02:00 committed by GitHub
parent 5a262dc5e6
commit 1d02aebdfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#if (( defined(__GNUC__) && __GNUC__ < 6 )
#pragma GCC optimize "O0"
#endif
/***************************************************************************
Copyright (c) 2019, The OpenBLAS Project
All rights reserved.