You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
329 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -9,7 +9,6 @@ AC_CONFIG_HEADER([config.h])
  4. AM_INIT_AUTOMAKE([subdir-objects])
  5. # Checks for programs.
  6. -CFLAGS="-g -O3"
  7. AC_PROG_CC([clang gcc])
  8. AX_CHECK_C11
  9. CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -fno-strict-aliasing"