From 3db472faeae24150bf0b97aa1feb4a457cb97ac7 Mon Sep 17 00:00:00 2001 From: cadmic Date: Fri, 15 Dec 2023 19:00:48 -0800 Subject: [PATCH] Remove empty ?= assignments --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index ab3c71566b..fa64698902 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,6 @@ ORIG_COMPILER := 0 # If COMPILER is "gcc", compile with GCC instead of IDO. COMPILER := ido -CFLAGS ?= -CPPFLAGS ?= - # ORIG_COMPILER cannot be combined with a non-IDO compiler. Check for this case and error out if found. ifneq ($(COMPILER),ido) ifeq ($(ORIG_COMPILER),1)