mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-14 04:01:48 +00:00
Unix build can use extended font.
This commit is contained in:
parent
63b383f7be
commit
68e40ad250
@ -1,6 +1,6 @@
|
|||||||
CFLAGS +=
|
CFLAGS +=
|
||||||
CXXFLAGS := $(CFLAGS) -std=c++17
|
CXXFLAGS := $(CFLAGS) -std=c++17
|
||||||
DEFINES += -DTRACY_FILESELECTOR
|
DEFINES += -DTRACY_FILESELECTOR -DTRACY_EXTENDED_FONT
|
||||||
INCLUDES := $(shell pkg-config --cflags glfw3) -I../../../imgui -I../../libs/gl3w
|
INCLUDES := $(shell pkg-config --cflags glfw3) -I../../../imgui -I../../libs/gl3w
|
||||||
LIBS := $(shell pkg-config --libs glfw3) -lpthread -ldl
|
LIBS := $(shell pkg-config --libs glfw3) -lpthread -ldl
|
||||||
PROJECT := Tracy
|
PROJECT := Tracy
|
||||||
|
Loading…
Reference in New Issue
Block a user