summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-05-04 23:40:52 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-05-04 23:40:52 +0200
commitf3aec1a0d97fcc930ceea2aefc2fb857c686cf8b (patch)
treeb2a50deb917f8b6675a747411fbc40d3c6fe47e8 /Makefile.common
parenta8c856ed3d9d47ba6ca8ec4ab1d12e2f6fe484e4 (diff)
downloadserenity-f3aec1a0d97fcc930ceea2aefc2fb857c686cf8b.zip
Painter: Re-enable diagonal draw_line().
This code still needs clipping, but the basic concept works. It was disabled since before the kernel had floating point support.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 88d6441abb..f22f1c1e38 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -7,7 +7,7 @@ OPTIMIZATION_FLAGS = -Os
MAKEFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
SERENITY_BASE_DIR := $(patsubst %/,%,$(dir $(MAKEFILE_PATH)))
-INCLUDE_FLAGS = -I$(SERENITY_BASE_DIR) -I. -I$(SERENITY_BASE_DIR)/LibC -I$(SERENITY_BASE_DIR)/Servers
+INCLUDE_FLAGS = -I$(SERENITY_BASE_DIR) -I. -I$(SERENITY_BASE_DIR)/LibC -I$(SERENITY_BASE_DIR)/Servers -I$(SERENITY_BASE_DIR)/LibM
LDFLAGS = -L$(SERENITY_BASE_DIR)/LibC -L$(SERENITY_BASE_DIR)/LibCore -L$(SERENITY_BASE_DIR)/LibM -L$(SERENITY_BASE_DIR)/LibGUI
CLANG_FLAGS = -Wconsumed -m32 -ffreestanding -march=i686
#SUGGEST_FLAGS = -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override #-Wsuggest-attribute=noreturn