| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | --- a/configure.ac |
| 2 | +++ b/configure.ac | ||||
| 3 | @@ -88,7 +88,7 @@ AC_ARG_ENABLE([enable_64], | ||||
| 4 | |||||
| 5 | case "${ax_cv_c_compiler_vendor}" in | ||||
| 6 | gnu) | ||||
| 7 | - COMP_VENDOR_CFLAGS="-ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -O0" | ||||
| 8 | + COMP_VENDOR_CFLAGS="-ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes" | ||||
| 9 | ;; | ||||
| 10 | sun) | ||||
| 11 | COMP_VENDOR_CFLAGS="-xc99=all -mt -xCC -xvpara" | ||||