From 6ab0e653d51ce13d5617fc3cfa5e4e72fa5c0f7e Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sun, 19 Mar 2023 20:33:36 +0000 Subject: [PATCH] build: allow language extensions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0716e0..34d70b2 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ LIBC_OBJ := $(addprefix $(BUILD_DIR)/,$(LIBC_C_FILES:.c=.o)) BUILD_ID := $(shell tools/generate_build_id.py --arch $(SOCKS_ARCH)) CFLAGS := $(CFLAGS) -DBUILD_ID=\"$(BUILD_ID)\" -g -Wall -Werror -pedantic \ - -Iinclude -Iarch/$(SOCKS_ARCH)/include -Ilibc/include + -Iinclude -Iarch/$(SOCKS_ARCH)/include -Ilibc/include -Wno-language-extension-token ASMFLAGS := $(ASMFLAGS) -DBUILD_ID=\"$(BUILD_ID)\" LDFLAGS := $(LDFLAGS) -g -lgcc