Turned off compiler flags for print_new_lines and comments. 343KB output total.

main
Robert 3 years ago
parent 7eedb8553c
commit 9ad2440324
  1. 4
      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) {

Loading…
Cancel
Save