mirror of
https://github.com/Vita3K/dynarmic.git
synced 2024-11-30 08:50:54 +00:00
3dce8d1984
Merge commit '6879e5bb1c598a9a517d7bdec8ba1a0bace3ef10' as 'externals/catch'
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
build --enable_platform_specific_config
|
|
|
|
build:gcc9 --cxxopt=-std=c++2a
|
|
build:gcc11 --cxxopt=-std=c++2a
|
|
build:clang13 --cxxopt=-std=c++17
|
|
build:vs2019 --cxxopt=/std:c++17
|
|
build:vs2022 --cxxopt=/std:c++17
|
|
|
|
build:windows --config=vs2022
|
|
build:linux --config=gcc11
|