From: Mark Wooding Date: Wed, 8 Jul 2015 10:00:15 +0000 (+0100) Subject: bin/ansible-inventory: Turn debugging on. X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-ansible/commitdiff_plain/0b0ce183a4cfe86da55cbcfe9057f6110cd6736b bin/ansible-inventory: Turn debugging on. The program is pretty quick, especially compared to an Ansible run. --- diff --git a/bin/ansible-inventory b/bin/ansible-inventory index 053f9bf..25f7545 100755 --- a/bin/ansible-inventory +++ b/bin/ansible-inventory @@ -7,6 +7,8 @@ (in-package #:ansible-inventory) +(declaim (optimize debug)) + ;;;-------------------------------------------------------------------------- ;;; General utilities.