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) {