Skip to content

Commit 293a521

Browse files
committed
Debug off
1 parent 67909d7 commit 293a521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

symfony-6.3/_benchmark/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ yes|cp -r _benchmark/symfony/* ./
99

1010
# some enhancement
1111
composer dump-env prod
12-
APP_ENV=prod APP_DEBUG=1 php bin/console cache:clear
12+
APP_ENV=prod APP_DEBUG=0 php bin/console cache:clear
1313
composer install --no-dev --optimize-autoloader

symfony-6.3/_benchmark/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ yes|cp -r _benchmark/symfony/* ./
77
# some enhancements
88
composer dump-env prod
99
composer install --no-dev --optimize-autoloader
10-
APP_ENV=prod APP_DEBUG=1 php bin/console cache:clear
10+
APP_ENV=prod APP_DEBUG=0 php bin/console cache:clear

0 commit comments

Comments
 (0)