mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 06:34:40 +00:00
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
build --enable_platform_specific_config
|
|
|
|
build:linux --cxxopt=-std=c++17
|
|
|
|
build:windows --copt=/utf-8
|
|
build:windows --copt=/Zc:preprocessor
|
|
build:windows --cxxopt=/std:c++17
|
|
build:windows --cxxopt=/Zc:__cplusplus
|