Skip to content

Commit

Permalink
Removing unneeded + from NVCFLAGS assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Treece Burgess committed Aug 1, 2024
1 parent 42c8a8a commit 135ae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cuda/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TESTS_NOCTX = concurrent_profiling_noCuCtx pthreads_noCuCtx \
NVCC = $(PAPI_CUDA_ROOT)/bin/nvcc

PAPI_FLAG = -DPAPI # Comment this line for tests to run without PAPI profiling
NVCFLAGS += -g -ccbin='$(CC)' $(PAPI_FLAG)
NVCFLAGS = -g -ccbin='$(CC)' $(PAPI_FLAG)
CFLAGS += -g $(PAPI_FLAG)
INCLUDE += -I$(PAPI_CUDA_ROOT)/include
CUDALIBS = -L$(PAPI_CUDA_ROOT)/lib64 -lcudart -lcuda
Expand Down

0 comments on commit 135ae3e

Please sign in to comment.