Skip to content

Commit aac60a3

Browse files
authored
chore: Rework the makefile, with lots of comments (#371)
1 parent fd17c8f commit aac60a3

File tree

4 files changed

+286
-106
lines changed

4 files changed

+286
-106
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
8181

8282
- name: "Build JS runtime (debug)"
83-
run: DEBUG=1 CXX_OPT="-O1" npm run build
83+
run: DEBUG=1 OPT_FLAGS="-O1" npm run build
8484
if: matrix.profile == 'debug'
8585

8686
- name: "Build JS runtime (release)"

c-dependencies/js-compute-runtime/.gitignore

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,5 @@
22
/compile_commands.json
33
/.cache
44

5-
/rusturl
6-
/compiler_flags
75
/js-compute-runtime*.wasm
8-
/obj
9-
10-
*.o
11-
*.d
6+
/build

0 commit comments

Comments
 (0)