Files
wehub-resource-sync 5357c39144
Fuzzer / Run Fuzzer (push) Has been cancelled
Race tests / Go race tests (ubuntu-22.04) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:01:40 +08:00

6 lines
521 B
Batchfile

:: This batch file is for Windows-users only, and will only work in a Windows environment.
:: File Watchers uses the Command Prompt, which eliminates any potential references to Unix tooling.
:: Refer to the .sh script for comments covering the Go flags.
:: All other commands are equivalent to their Unix counterparts.
:: Of note, the directory path must be preceded by ".\" due to Go's handling of paths in Windows.
go build -gcflags="-m=1 -N -l" ".\%1" 2>&1 >NUL | findstr /v /l "<does not escape>" | sort /unique