Files
corelang/build.bat
2022-05-24 20:33:11 +02:00

6 lines
154 B
Batchfile

@echo off
pushd %~dp0
clang main.cpp -O0 -I.. -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
popd