5 lines
178 B
Batchfile
5 lines
178 B
Batchfile
@echo off
|
|
|
|
pushd %~dp0
|
|
clang main.cpp -mavx2 -Wall -Wno-unused-function -Wno-missing-braces -fno-exceptions -fdiagnostics-absolute-paths -I".." -g -o main.exe -Wl,user32.lib
|
|
popd |