Skip to content

Commit 3283e9f

Browse files
committed
Switch to debug malloc. JS_NewCFunction3: c=
1 parent 89deffc commit 3283e9f

File tree

6 files changed

+173027
-181556
lines changed

6 files changed

+173027
-181556
lines changed

nuttx/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ riscv64-unknown-elf-gcc \
6262
nuttx/arch_atomic.c
6363

6464
## This one is slooooooow
65-
# if [ ! -e ".obj/quickjs.o" ]
66-
# then
65+
if [ ! -e ".obj/quickjs.o" ]
66+
then
6767
riscv64-unknown-elf-gcc \
6868
$nuttx_options \
6969
$qjs_options \
7070
-o .obj/quickjs.o \
7171
quickjs.c
72-
# fi
72+
fi
7373

7474
if [ ! -e ".obj/repl.o" ]
7575
then

0 commit comments

Comments
 (0)