We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499646b commit 439cdc0Copy full SHA for 439cdc0
1 file changed
Makefile
@@ -23,9 +23,7 @@ TARGET := fastp
23
24
BIN_TARGET := ${TARGET}
25
26
-CXX := /var/tmp/kimy/workspace/build-env/bin/x86_64-conda-linux-gnu-g++
27
-INCLUDE_DIRS ?= /var/tmp/kimy/workspace/build-env/include
28
-LIBRARY_DIRS ?= /var/tmp/kimy/workspace/build-env/lib
+CXX ?= g++
29
CXXFLAGS := -std=c++23 -pthread -g -O3 -MD -MP -I. -I${DIR_INC} $(foreach includedir,$(INCLUDE_DIRS),-I$(includedir)) $(HWY_CFLAGS) $(ISAL_CFLAGS) $(DEFLATE_CFLAGS) ${CXXFLAGS}
30
LIBS := -lisal -ldeflate -lhwy -lpthread
31
0 commit comments