mirror of
https://github.com/depp/syncfiles.git
synced 2024-10-31 12:04:44 +00:00
15 lines
353 B
Plaintext
15 lines
353 B
Plaintext
build --define=warnings=off
|
|
|
|
build:asan --strip=never
|
|
build:asan --copt=-fsanitize=address
|
|
build:asan --copt=-g
|
|
build:asan --copt=-O1
|
|
build:asan --copt=-fno-omit-frame-pointer
|
|
build:asan --linkopt=-fsanitize=address
|
|
|
|
try-import %workspace%/.user.bazelrc
|
|
|
|
build --copt=-fdiagnostics-color
|
|
build --host_copt=-fdiagnostics-color
|
|
build --host_copt=-UNDEBUG
|