From 23920a080218262c2ba76889e83dce6b4065cb03 Mon Sep 17 00:00:00 2001 From: Ruan Montelo Date: Sun, 27 Jun 2021 17:48:31 -0300 Subject: [PATCH] Removing valgrind execution from "run_with_gcc.sh" --- run_with_gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_with_gcc.sh b/run_with_gcc.sh index f8a25e0..195025a 100644 --- a/run_with_gcc.sh +++ b/run_with_gcc.sh @@ -1,4 +1,4 @@ #!/bin/bash g++ -pthread -std=c++17 black_marlin.cpp black_marlin.hpp httplib.h main.cpp http_request_handler.cpp http_request_handler.hpp util.hpp util.cpp -o black_marlin -valgrind --leak-check=full ./black_marlin +./black_marlin