mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
feat(CI): C++20 build (#8952)
This commit is contained in:
2
conf/dist/config.sh
vendored
2
conf/dist/config.sh
vendored
@@ -80,6 +80,8 @@ CTOOLS=${CTOOLS:-OFF}
|
||||
# use precompiled headers ( fatest compilation but not optimized if you change headers often )
|
||||
CSCRIPTPCH=${CSCRIPTPCH:-ON}
|
||||
CCOREPCH=${CCOREPCH:-ON}
|
||||
# compile with C++20
|
||||
CUSE_CPP_20=${CUSE_CPP_20:-OFF}
|
||||
|
||||
# Skip specific modules from compilation (cmake reconfigure needed)
|
||||
# use semicolon ; to separate modules
|
||||
|
||||
Reference in New Issue
Block a user