Skip to content

Commit

Permalink
workflow: please make it work, i'm beggin you
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github committed Jun 18, 2024
1 parent ffe7cc2 commit d0f3095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ VERSION = 0.1.0
BRANCH = main
SRC = $(sort $(wildcard src/*.cpp src/query/*.cpp))
OBJ = $(SRC:.cpp=.o)
LDFLAGS += -lmagic -lpci -lpciaccess -L./$(BUILDDIR)/fmt -lfmt
LDFLAGS += -lmagic -lpci -L./$(BUILDDIR)/fmt -lfmt
CXXFLAGS ?= -mtune=generic -march=native
CXXFLAGS += -Wno-ignored-attributes -funroll-all-loops -Iinclude -std=c++17 $(VARS) -DVERSION=\"$(VERSION)\" -DBRANCH=\"$(BRANCH)\" -DCUSTOMFETCH_DATA_DIR=\"$(CUSTOMFETCH_DATA_DIR)\"

Expand Down

0 comments on commit d0f3095

Please sign in to comment.