You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probe for compiler flags required to compile C99 source code
Add a configure-style test to probe for -std=c99 etc flags that elderly
compilers may need to enable compilation of C99 code. If such a flag is
needed, add it to the compiler executables used to build extension modules.
Together with the SIMD intrinsics configure backport, this fixes#1327.
0 commit comments