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