summaryrefslogtreecommitdiff
path: root/doc/ja/cmdline_options_debug.ja.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ja/cmdline_options_debug.ja.adoc')
-rw-r--r--doc/ja/cmdline_options_debug.ja.adoc16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/ja/cmdline_options_debug.ja.adoc b/doc/ja/cmdline_options_debug.ja.adoc
deleted file mode 100644
index d2e18a4a3..000000000
--- a/doc/ja/cmdline_options_debug.ja.adoc
+++ /dev/null
@@ -1,16 +0,0 @@
-*--no-dlclose*::
- Do not call the function dlclose after plugins are unloaded.
- This is useful with tools like Valgrind to display stack for unloaded
- plugins.
- プラグインがアンロードされた後に関数
- dlclose を呼び出さない。これは Valgrind
- などのツールを使ってアンロードされたプラグインのスタックを表示する際に有用です。
-
-*--no-gnutls*::
- GnuTLS ライブラリの init および deinit
- 関数を呼び出さない。これは Valgrind および electric-fence
- などのツールを使って GnuTLS メモリエラーを避ける際に有用です。
-
-*--no-gcrypt*::
- Gcrypt ライブラリの init および deinit 関数を呼び出さない。これは
- Valgrind などのツールを使って Gcrypt メモリエラーを避ける際に有効です。