We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2cd96 commit 3a69be2Copy full SHA for 3a69be2
1 file changed
demo/cpp/Makefile
@@ -40,7 +40,7 @@ LINUX_GL_LIBS = -lGL
40
CXXFLAGS += -MMD -MP
41
CXXFLAGS += -O1 -Wl,-s
42
CXXFLAGS += -I$(IMGUI_DIR) -I$(IMGUI_DIR)/backends -I$(UTILS_DIR) -I$(UTILS_DIR)/fonticon -I$(STB_DIR)
43
-CXXFLAGS += -g -Wall -Wformat -static
+CXXFLAGS += -g -Wall -Wformat
44
CXXFLAGS += -I$(IM_MARKDOWN_DIR)
45
LIBS =
46
@@ -58,7 +58,7 @@ LIBS =
58
59
ifeq ($(UNAME_S), Linux) #LINUX
60
ECHO_MESSAGE = "Linux"
61
- LIBS += $(LINUX_GL_LIBS) `pkg-config --static --libs glfw3`
+ LIBS += $(LINUX_GL_LIBS) `pkg-config --libs glfw3`
62
CXXFLAGS += `pkg-config --cflags glfw3`
63
CFLAGS = $(CXXFLAGS)
64
endif
0 commit comments