mutex-cpp/compile-release.sh

3 lines
52 B
Bash
Raw Normal View History

2024-11-19 05:54:18 -08:00
#!/bin/bash
g++ main.cpp -lpthread -O3 -o mutex.out