mutex-cpp/compile-release.sh
2024-11-19 06:37:12 -08:00

2 lines
52 B
Bash
Executable file

#!/bin/bash
g++ main.cpp -lpthread -O3 -o mutex.out