From 9ad244032480010bf5312308af677f1098a4d612 Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 30 Dec 2022 02:28:34 -0500 Subject: [PATCH] Turned off compiler flags for print_new_lines and comments. 343KB output total. --- src/compiler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler.php b/src/compiler.php index 54223f4..4da27d9 100644 --- a/src/compiler.php +++ b/src/compiler.php @@ -7,8 +7,8 @@ declare(strict_types=1); * @copyright Copyright (c) 2022, Robert Strutts. * @license https://mit-license.org/ */ -$print_new_line = true; -$show_filename_comments = true; +$print_new_line = false; +$show_filename_comments = false; $make_one_file = true; if ($make_one_file) {