diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2021-05-04 11:35:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 11:35:24 +0200 |
commit | f6c6123d85d467134ee24565c9d98efdfc3a0c41 (patch) | |
tree | 2b70863b40601c5f98d2fbe9e8aa51fa150e7ceb /conf/dist/env.ac | |
parent | a1b0c4541762320867aa7e7150c942224c18753d (diff) |
feat(docker): production images, integrated ccache and many other improvements (#5551)
Diffstat (limited to 'conf/dist/env.ac')
-rw-r--r-- | conf/dist/env.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/dist/env.ac b/conf/dist/env.ac index 3e2b2a1907..b4029d7d9d 100644 --- a/conf/dist/env.ac +++ b/conf/dist/env.ac @@ -8,8 +8,10 @@ DATAPATH=/azerothcore/env/dist/data # # COMPILER # + CTYPE=RelWithDebInfo CSCRIPTS=ON +AC_CCACHE=true # # DATABASE |