Skip to content

Commit e7c3bdf

Browse files
committed
we going good2
1 parent 853e05f commit e7c3bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SRC_CC = $(wildcard src/core-modules/*.cc src/core-modules/linux/*.cc)
5151
OBJ_CPP = $(SRC_CPP:.cpp=.o)
5252
OBJ_CC = $(SRC_CC:.cc=.o)
5353
OBJ = $(OBJ_CPP) $(OBJ_CC)
54-
LDFLAGS += -Wl,-rpath,$(BUILDDIR) -L$(BUILDDIR) -Wl,-Bstatic $(BUILDDIR)/libfmt.a -Wl,-Bdynamic -lcufetch -ldl
54+
LDFLAGS += -Wl,-rpath,$(BUILDDIR) -L$(BUILDDIR) $(BUILDDIR)/libfmt.a -lcufetch -ldl
5555
CXXFLAGS ?= -mtune=generic -march=native
5656
CXXFLAGS += -fvisibility-inlines-hidden -fvisibility=hidden -Iinclude -Iinclude/cufetch -std=c++20 $(VARS) -DVERSION=\"$(VERSION)\" -DLOCALEDIR=\"$(LOCALEDIR)\" -DICONPREFIX=\"$(ICONPREFIX)\"
5757

0 commit comments

Comments
 (0)