mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:47:45 +00:00
LibHTML: Fix host build and turn on ccache
This commit is contained in:
parent
b957c61e6f
commit
587ddc5126
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
all: tho
|
all: tho
|
||||||
|
|
||||||
|
CXX = ccache g++
|
||||||
CXXFLAGS = -W -Wall -O -g -I. -I../ -I../../ -std=c++17
|
CXXFLAGS = -W -Wall -O -g -I. -I../ -I../../ -std=c++17
|
||||||
|
|
||||||
EXTRA_OBJS = \
|
EXTRA_OBJS = \
|
||||||
|
@ -8,10 +9,18 @@ EXTRA_OBJS = \
|
||||||
../../AK/StringBuilder.o \
|
../../AK/StringBuilder.o \
|
||||||
../../AK/StringView.o \
|
../../AK/StringView.o \
|
||||||
../../AK/LogStream.o \
|
../../AK/LogStream.o \
|
||||||
|
../../AK/JsonValue.o \
|
||||||
|
../../AK/JsonParser.o \
|
||||||
|
../../AK/JsonArray.o \
|
||||||
|
../../AK/JsonObject.o \
|
||||||
../LibCore/CEventLoop.o \
|
../LibCore/CEventLoop.o \
|
||||||
../LibCore/CObject.o \
|
../LibCore/CObject.o \
|
||||||
../LibCore/CEvent.o \
|
../LibCore/CEvent.o \
|
||||||
../LibCore/CIODevice.o \
|
../LibCore/CIODevice.o \
|
||||||
|
../LibCore/CLocalServer.o \
|
||||||
|
../LibCore/CLocalSocket.o \
|
||||||
|
../LibCore/CSocket.o \
|
||||||
|
../LibCore/CNotifier.o \
|
||||||
../LibCore/CFile.o
|
../LibCore/CFile.o
|
||||||
|
|
||||||
include Makefile.shared
|
include Makefile.shared
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue