diff options
Diffstat (limited to 'Servers/WindowServer/Makefile')
-rw-r--r-- | Servers/WindowServer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Servers/WindowServer/Makefile b/Servers/WindowServer/Makefile index 0b8dcafbf2..3590168ae4 100644 --- a/Servers/WindowServer/Makefile +++ b/Servers/WindowServer/Makefile @@ -21,12 +21,13 @@ WINDOWSERVER_OBJS = \ WSClientConnection.o \ WSWindowSwitcher.o \ WSClipboard.o \ + WSCursor.o \ main.o APP = WindowServer OBJS = $(SHAREDGRAPHICS_OBJS) $(WINDOWSERVER_OBJS) -STANDARD_FLAGS = -std=c++17 +STANDARD_FLAGS = -std=c++17 -Wno-sized-deallocation WARNING_FLAGS = -Wextra -Wall -Wundef -Wcast-qual -Wwrite-strings -Wimplicit-fallthrough FLAVOR_FLAGS = -fno-exceptions -fno-rtti OPTIMIZATION_FLAGS = -Os |