From 301a269ca0361ba5fa94ad143d9f35049076f618 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 20 Apr 2019 12:58:02 +0200 Subject: Get rid of SERENITY macro since the compiler already defines __serenity__ This makes it a bit easier to use AK templates out-of-tree. --- Applications/Terminal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Applications/Terminal') diff --git a/Applications/Terminal/Makefile b/Applications/Terminal/Makefile index f5d0a2ee47..fddf7f11bb 100644 --- a/Applications/Terminal/Makefile +++ b/Applications/Terminal/Makefile @@ -10,7 +10,7 @@ FLAVOR_FLAGS = -fno-exceptions -fno-rtti OPTIMIZATION_FLAGS = -Os INCLUDE_FLAGS = -I../.. -I. -I../../LibC -DEFINES = -DSERENITY -DSANITIZE_PTRS -DUSERLAND +DEFINES = -DSANITIZE_PTRS -DUSERLAND CXXFLAGS = -MMD -MP $(WARNING_FLAGS) $(OPTIMIZATION_FLAGS) $(FLAVOR_FLAGS) $(STANDARD_FLAGS) $(INCLUDE_FLAGS) $(DEFINES) CXX = i686-pc-serenity-g++ -- cgit v1.2.3