-
-
Notifications
You must be signed in to change notification settings - Fork 763
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into azure-job-by-code-type
- Loading branch information
Showing
7,289 changed files
with
9,462 additions
and
10,964 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# © 2024 and later: Unicode, Inc. and others. | ||
# License & terms of use: http://www.unicode.org/copyright.html | ||
|
||
# By default, build ICU4C as C11 & C++17. | ||
|
||
build --enable_platform_specific_config | ||
|
||
build:android --conlyopt=-std=c11 | ||
build:android --host_conlyopt=-std=c11 | ||
build:ios --conlyopt=-std=c11 | ||
build:ios --host_conlyopt=-std=c11 | ||
build:linux --conlyopt=-std=c11 | ||
build:linux --host_conlyopt=-std=c11 | ||
build:macos --conlyopt=-std=c11 | ||
build:macos --host_conlyopt=-std=c11 | ||
build:windows --conlyopt=/std:c11 | ||
build:windows --host_conlyopt=/std:c11 | ||
|
||
build:android --cxxopt=-std=c++17 | ||
build:android --host_cxxopt=-std=c++17 | ||
build:ios --cxxopt=-std=c++17 | ||
build:ios --host_cxxopt=-std=c++17 | ||
build:linux --cxxopt=-std=c++17 | ||
build:linux --host_cxxopt=-std=c++17 | ||
build:macos --cxxopt=-std=c++17 | ||
build:macos --host_cxxopt=-std=c++17 | ||
build:windows --cxxopt=/std:c++17 | ||
build:windows --host_cxxopt=/std:c++17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.