diff options
author | Frans Kaashoek <[email protected]> | 2022-08-02 09:37:30 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2022-08-02 09:37:30 -0400 |
commit | 84a1bdb5aad37f9c0eb94e5917ee813e043b6d8f (patch) | |
tree | 41ee7d29ab7390031489f449965180ab4af6e7b2 | |
parent | 759bb34113d214819b2f01b2c38c0b36a5ca775b (diff) | |
download | xv6-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |