From 519cf3b400b6f87578938ceff3762dc4d85ad07c Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 1 Dec 2017 16:31:40 -0800 Subject: [PATCH] circleci: add CFLAGS=-O0 environment variable for faster compilation --- circle.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle.yml b/circle.yml index 7e042d104..e7f17979c 100644 --- a/circle.yml +++ b/circle.yml @@ -1,3 +1,7 @@ +machine: + environment: + CFLAGS: -O0 # for faster compilation, will preserve warnings + dependencies: override: - sudo dpkg --add-architecture i386 -- 2.47.2