From 900590967d6a8d047385d89cd13fa1339ddece90 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) --- hipamd/samples/1_Utils/hipBusBandwidth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/samples/1_Utils/hipBusBandwidth/Makefile b/hipamd/samples/1_Utils/hipBusBandwidth/Makefile index 418f25f8ed..45665adc45 100644 --- a/hipamd/samples/1_Utils/hipBusBandwidth/Makefile +++ b/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