summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2022-08-02 09:37:30 -0400
committerFrans Kaashoek <[email protected]>2022-08-02 09:37:30 -0400
commit84a1bdb5aad37f9c0eb94e5917ee813e043b6d8f (patch)
tree41ee7d29ab7390031489f449965180ab4af6e7b2
parent759bb34113d214819b2f01b2c38c0b36a5ca775b (diff)
downloadxv6-labs-84a1bdb5aad37f9c0eb94e5917ee813e043b6d8f.tar.gz
xv6-labs-84a1bdb5aad37f9c0eb94e5917ee813e043b6d8f.tar.bz2
xv6-labs-84a1bdb5aad37f9c0eb94e5917ee813e043b6d8f.zip
Revert "Not treat `infinite-recursion` as error"
This reverts commit 759bb34113d214819b2f01b2c38c0b36a5ca775b.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7251a49..328f9c6 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ LD = $(TOOLPREFIX)ld
OBJCOPY = $(TOOLPREFIX)objcopy
OBJDUMP = $(TOOLPREFIX)objdump
-CFLAGS = -Wall -Werror -Wno-error=infinite-recursion -O -fno-omit-frame-pointer -ggdb
+CFLAGS = -Wall -Werror -O -fno-omit-frame-pointer -ggdb
CFLAGS += -MD
CFLAGS += -mcmodel=medany
CFLAGS += -ffreestanding -fno-common -nostdlib -mno-relax