File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2222 "build.native" : " dub build --config=executable" ,
2323 "build.native.release" : " pnpm build.native -- --build release-nobounds --compiler=ldc2" ,
2424 "build.native.profile" : " pnpm build.native -- --build profile --compiler=ldc2 && node ./src/node/build.js && npm run build.node.js" ,
25- "start.profile" : " npm run start.benchmark && profdump.exe --dot trace.log trace.dot && dot -Tsvg trace.dot -o trace.svg && ./trace.svg" ,
25+ "start.profile" : " shx rm -rf ./trace.* && npm run start.benchmark && profdump.exe --dot trace.log trace.dot && dot -Tsvg trace.dot -o trace.svg && ./trace.svg" ,
2626 "build.node" : " npm run build.native.release && node ./src/node/build.js && npm run build.node.js" ,
2727 "build.node.js" : " tsc -p ./src/node/tsconfig.json" ,
2828 "build.wasm" : " ldc2 ./src/wasm/wasm.d ./src/native/lib.d --od ./dist --O3 --mtriple=wasm32-unknown-unknown-wasm" ,
You can’t perform that action at this time.
0 commit comments