Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
[DCK] Use PYTHONOPTIMIZE=1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Apr 5, 2018
1 parent 08aa915 commit 2666763
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
PGPASSWORD: "$DB_PASSWORD"
PGUSER: "$DB_USER"
PROXY_MODE: "$ODOO_PROXY_MODE"
PYTHONOPTIMIZE: 2
tty: true
volumes:
- filestore:/var/lib/odoo:z
Expand Down
2 changes: 1 addition & 1 deletion setup-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
args:
AGGREGATE: "false"
DEPTH_DEFAULT: 100
PYTHONOPTIMIZE: 0
PYTHONOPTIMIZE: ""
PIP_INSTALL_ODOO: "false"
CLEAN: "false"
COMPILE: "false"
Expand Down

0 comments on commit 2666763

Please sign in to comment.