Skip to content

Commit ac38cb8

Browse files
committed
+ -O0
1 parent 7f7b1c4 commit ac38cb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4465,7 +4465,7 @@ fi
44654465
# Check for native half-float type.
44664466
AC_CACHE_CHECK([for _Float16 support], [ac_cv_float16_supported],
44674467
WITH_SAVE_ENV([
4468-
CFLAGS="$CFLAGS -mf16c"
4468+
CFLAGS="$CFLAGS -mf16c -O0"
44694469
AC_RUN_IFELSE([AC_LANG_SOURCE([[
44704470
int main(void)
44714471
{

0 commit comments

Comments
 (0)