Skip to content

Commit

Permalink
rocm: change opt level to user choice for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gcongiu committed Dec 4, 2023
1 parent eb62862 commit bdc2976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/rocm/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CPPFLAGS+= -I$(PAPI_ROCM_ROOT)/include \
-I$(PAPI_ROCM_ROOT)/hsa/include/hsa \
$(INCLUDE)
LDFLAGS += $(PAPILIB) $(TESTLIB) -pthread
CXXFLAGS = -g -O0 -pthread
CXXFLAGS = -g $(OPTFLAGS) -pthread

rocm_tests: ALL

Expand Down

0 comments on commit bdc2976

Please sign in to comment.