1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-03 04:33:49 -05:00

Make ubsan stricter

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-03-29 21:52:15 +00:00
parent b2704144f6
commit 74e67d8739
No known key found for this signature in database
GPG key ID: 37C999F617EA1A47

View file

@ -3,6 +3,8 @@ executors:
docker:
- image: yshui/comptonci
working_directory: "/tmp/workspace"
environment:
UBSAN_OPTIONS: "halt_on_error=1"
version: 2.1
commands: