[quickjs] Makefile shenanigans
This commit is contained in:
parent
c4142cce60
commit
5c08cd4acc
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ prefix=/usr/local
|
|||
# use the gprof profiler
|
||||
#CONFIG_PROFILE=y
|
||||
# use address sanitizer
|
||||
#CONFIG_ASAN=y
|
||||
CONFIG_ASAN=y
|
||||
# include the code for BigInt/BigFloat/BigDecimal and math mode
|
||||
CONFIG_BIGNUM=y
|
||||
|
||||
|
|
@ -297,7 +297,7 @@ clean:
|
|||
rm -f *.a *.o *.d *~ unicode_gen regexp_test $(PROGS)
|
||||
rm -f hello.c test_fib.c
|
||||
rm -f examples/*.so tests/*.so
|
||||
rm -rf $(OBJDIR)/ *.dSYM/ qjs-debug
|
||||
rm -rf $(OBJDIR)/ *.dSYM/ qjs-debug qjsc-debug
|
||||
rm -rf run-test262-debug run-test262-32
|
||||
|
||||
install: all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue