mutex-cpp/compile-debug.sh

3 lines
55 B
Bash
Raw Permalink Normal View History

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