# CC=g++ # Small output file CC=clang++-18 # Big output file all: $(CC) -O3 -o app thread.cpp