You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
help='Build for cloud gaming. Default to false.', action='store_true')
188
+
help='Build for cloud gaming. This option is not intended to be used in general purpose. Setting to true may result unexpected behaviors. Default to false.', action='store_true')
parser.add_argument('--output_path', help='Path to copy sdk.')
198
202
parser.add_argument('--use_gcc', help='Compile with GCC and libstdc++. Default is clang and libc++.', action='store_true')
199
203
parser.add_argument('--shared', default=False, help='Build shared libraries. Default to static.', action='store_true')
200
-
parser.add_argument('--cloud_gaming', default=False, help='Build for cloud gaming. Default to false.', action='store_true')
204
+
parser.add_argument('--cloud_gaming', default=False, help='Build for cloud gaming. This option is not intended to be used in general purpose. Setting to true may result unexpected behaviors. Default to false.', action='store_true')
0 commit comments