We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
+=
1 parent 3b34d63 commit 2acbe0bCopy full SHA for 2acbe0b
1 file changed
tests/Makefile
@@ -40,7 +40,7 @@ endif
40
41
CXX_FILES := $(BASIC_FILES) $(SSE_FILES) $(AVX2_FILES) $(AVX512_FILES)
42
CXX_TARGETS := $(CXX_FILES:%.cc=%.x)
43
-CXXFLAGS := $(CXXFLAGS) $(SSE_FLAGS) $(AVX2_FLAGS) $(AVX512_FLAGS) $(BMI2_FLAGS)
+CXXFLAGS += $(SSE_FLAGS) $(AVX2_FLAGS) $(AVX512_FLAGS) $(BMI2_FLAGS)
44
45
CUDA_FILES := $(wildcard *cuda_test.cu)
46
CUDA_TARGETS := $(CUDA_FILES:%cuda_test.cu=%cuda_test.x)
0 commit comments