From b7447d21c3f895a96b23b326b2e48a2255eb688b Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Wed, 21 Aug 2019 03:01:31 -0700 Subject: [PATCH] Remove -g from hipBusBandwidth makefile (#1351) [ROCm/clr commit: 900590967d6a8d047385d89cd13fa1339ddece90] --- projects/clr/hipamd/samples/1_Utils/hipBusBandwidth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/samples/1_Utils/hipBusBandwidth/Makefile b/projects/clr/hipamd/samples/1_Utils/hipBusBandwidth/Makefile index 418f25f8ed..45665adc45 100644 --- a/projects/clr/hipamd/samples/1_Utils/hipBusBandwidth/Makefile +++ b/projects/clr/hipamd/samples/1_Utils/hipBusBandwidth/Makefile @@ -5,7 +5,7 @@ endif HIPCC=$(HIP_PATH)/bin/hipcc EXE=hipBusBandwidth -CXXFLAGS = -O3 -g +CXXFLAGS = -O3 all: install