Remove C90 related flags for Makefile.w32 so that long long can be used
authorRobert Pengelly <robertapengelly@hotmail.com>
Sat, 30 Aug 2025 23:07:48 +0000 (00:07 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sat, 30 Aug 2025 23:07:48 +0000 (00:07 +0100)
Makefile.w32

index 8ca3b7b37feb2abeb2c9dc205bd10f5d36832499..26d499a2b956e3a744bb474ba853d8f8b2809b7d 100644 (file)
@@ -5,7 +5,7 @@ SRCDIR              ?=  $(CURDIR)
 VPATH               :=  $(SRCDIR)
 
 CC                  :=  gcc
-CFLAGS              :=  -D_FILE_OFFSET_BITS=64 -O2 -Wall -Werror -Wextra -ansi -pedantic -std=c90
+CFLAGS              :=  -D_FILE_OFFSET_BITS=64 -O2 -Wall -Werror -Wextra
 
 CSRC                :=  append.c ar.c conv.c delete.c display.c extract.c lib.c ranlib.c replace.c report.c