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
- After setting up the SDK and environment variables, be sure to
82
66
**restart your terminal** to apply the changes. If you are using
83
67
an IDE with an integrated terminal, you need to restart the IDE.
@@ -230,7 +214,7 @@ root directory with the following arguments:
230
214
231
215
- You can add the ``debug_symbols=yes`` parameters to include the debug symbols in the generated build.
232
216
233
-
- Note that you can include ``separate_debug_symbols=yes`` to generate the debug symbols in a separate ``*-native-debug-symbols.zip`` file.
217
+
- Note that you can include ``separate_debug_symbols=yes`` to the *last* architecture you're building, to generate the debug symbols in a separate ``*-native-debug-symbols.zip`` file.
234
218
235
219
- You can skip certain architectures depending on your target device to speed up compilation.
236
220
@@ -259,7 +243,7 @@ Open up a Terminal/Command Prompt and run the following commands from the root d
0 commit comments