diff --git a/bin/compile b/bin/compile
index 043e8a7b37573ac44db977387471599f226497e8..44a7d3200bd56327cfd8991987e4f1a5dedde6cd 100755
--- a/bin/compile
+++ b/bin/compile
@@ -3,6 +3,8 @@
 
 set -eo pipefail
 
+env
+
 BIN_DIR=$(cd $(dirname $0); pwd) # absolute path
 ROOT_DIR=$(dirname $BIN_DIR)
 BUILD_DIR=$1