summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
author杨威 <[email protected]>2023-06-20 16:01:35 +0800
committer杨威 <[email protected]>2023-06-26 20:18:26 +0800
commit096bbda71ea301fe6dbdc603b5cbf06bfc0d73ed (patch)
tree7009752d8a71c4f7f4aafcce6263464d5277be80 /bin
parentacc0ee76193f032c64dca379acad9c7256d6e13f (diff)
🦄 refactor(Remove obsolete code): makefile and dictator
Diffstat (limited to 'bin')
-rw-r--r--bin/etc/sapp.toml2
-rw-r--r--bin/memchk.sh1
-rw-r--r--bin/memchk.sh.full1
-rw-r--r--bin/memchk.sh.quick1
4 files changed, 0 insertions, 5 deletions
diff --git a/bin/etc/sapp.toml b/bin/etc/sapp.toml
index a43c93b..d9fd709 100644
--- a/bin/etc/sapp.toml
+++ b/bin/etc/sapp.toml
@@ -17,8 +17,6 @@
### MESA_load_profile range format: bind_mask="1-5,11-15"
bind_mask=[]
-[MEM]
- dictator_enable=1
[PACKET_IO]
[overlay_tunnel_definition]
diff --git a/bin/memchk.sh b/bin/memchk.sh
index cb1e9bc..bb940b4 100644
--- a/bin/memchk.sh
+++ b/bin/memchk.sh
@@ -1,3 +1,2 @@
#!/bin/sh
-sed 's/^[ \t]*dictator_enable=.*/dictator_enable=0/g' -i etc/sapp.toml
valgrind --tool=memcheck --leak-check=full --leak-resolution=high --error-limit=no --undef-value-errors=yes --log-file=valgrind.log $@
diff --git a/bin/memchk.sh.full b/bin/memchk.sh.full
index e4aaa19..17414d6 100644
--- a/bin/memchk.sh.full
+++ b/bin/memchk.sh.full
@@ -1,3 +1,2 @@
#!/bin/sh
-sed 's/^[ \t]*dictator_enable=.*/dictator_enable=0/g' -i etc/sapp.toml
valgrind --tool=memcheck --leak-check=full --show-leak-kinds=all --leak-resolution=high --error-limit=no --undef-value-errors=yes --track-origins=yes --show-reachable=yes --log-file=valgrind.log --max-stackframe=7418264 --valgrind-stacksize=1048576 --malloc-fill=AA --free-fill=FE $@
diff --git a/bin/memchk.sh.quick b/bin/memchk.sh.quick
index 2ccc68b..7e07f38 100644
--- a/bin/memchk.sh.quick
+++ b/bin/memchk.sh.quick
@@ -1,3 +1,2 @@
#!/bin/sh
-sed 's/^[ \t]*dictator_enable=.*/dictator_enable=0/g' -i etc/sapp.toml
valgrind --tool=memcheck --leak-check=full --leak-resolution=high --error-limit=no --undef-value-errors=yes --log-file=valgrind.log $@