4 lines
128 B
Batchfile
4 lines
128 B
Batchfile
@echo off
|
|
|
|
clang main.cpp -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
|