We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f3ddc commit 1d8eebcCopy full SHA for 1d8eebc
build-assets/package.json
@@ -13,6 +13,7 @@
13
"appName": "GNU RISC-V Embedded GCC",
14
"appLcName": "riscv-none-elf-gcc",
15
"platforms": "all",
16
+ "showDeprecatedRiscvGccAnalytics": "true",
17
"buildFolderRelativePath": "{{ 'build' | path_join: configuration.name | to_filename | downcase }}",
18
"buildFolderRelativePathPosix": "{{ 'build' | path_posix_join: configuration.name | downcase }}",
19
"commandBashBuild": "bash {{ properties.dbg }} scripts/build.sh --target {{ configuration.name }} --build-folder {{ properties.buildFolderRelativePathPosix }}",
0 commit comments