Browse Source

Removed -ansi gcc option from autotools

Yann Weber 7 years ago
parent
commit
376f585004
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      configure.ac

+ 0
- 1
configure.ac View File

@@ -65,7 +65,6 @@ AS_IF([test x$debug = xtrue], [
65 65
 [
66 66
 	AX_CHECK_CFLAGS([-O2])
67 67
 	AX_CHECK_CFLAGS([-std=c99 -pedantic])
68
-	AX_CHECK_CFLAGS([-ansi])
69 68
 	AX_CHECK_CFLAGS([-Wall -Werror])
70 69
 	AX_CHECK_CFLAGS([-fgnu89-inline])
71 70
 ])

Loading…
Cancel
Save