Skip to content

Commit

Permalink
Removing valgrind execution from "run_with_gcc.sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAn0therDev committed Jun 27, 2021
1 parent 4c0361a commit 23920a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_with_gcc.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 23920a0

Please sign in to comment.