projects
/
sar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cdb0e7
)
Remove C90 related flags for Makefile.w32 so that long long can be used
author
Robert Pengelly
<robertapengelly@hotmail.com>
Sat, 30 Aug 2025 23:07:48 +0000
(
00:07
+0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Sat, 30 Aug 2025 23:07:48 +0000
(
00:07
+0100)
Makefile.w32
patch
|
blob
|
history
diff --git
a/Makefile.w32
b/Makefile.w32
index 8ca3b7b37feb2abeb2c9dc205bd10f5d36832499..26d499a2b956e3a744bb474ba853d8f8b2809b7d 100644
(file)
--- a/
Makefile.w32
+++ b/
Makefile.w32
@@
-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