Vertaling van "with-debug" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Si vous compilez avec les autotools, le debug est par défaut ( - with-debug=1).
If you're compiling with autotools, debug is default ( - with-debug=1).
Si mysqld ne plante plus lorsque vous le compilez avec - with-debug, vous avez probablement trouvé un bogue du compilateur ou un bogue de temporisation dans MySQL.
If mysqld stops crashing when you compile it with - with-debug, you probably have found a compiler bug or a timing bug within MySQL.
Si MySQL est configuré avec - with-debug, vous pouvez utiliser cette option pour obtenir un fichier de trace de ce que mysqld fait.
If MySQL is configured with - with-debug, you can use this option to get a trace file of what mysqld is doing.
Si MySQL est configuré avec - with-debug=full, tous les programmes vérifieront la mémoire pour rechercher les écrasements de zone lors des allocations et libérations de mémoire.
If MySQL is configured with - with-debug=full, all MySQL programs check for memory overruns during each memory allocation and memory freeing operation.
Dans ce cas, vous pouvez essayer d'ajouter -g aux variables CFLAGS et CXXFLAGS vues plus haut et ne pas utiliser - with-debug.
In this case, you can try to add -g to the CFLAGS and CXXFLAGS variables above and not use - with-debug.
Pour ce faire, vous devez configurer MySQL avec l'option - with-debug ou - with-debug=full.
To do this you must configure MySQL with the - with-debug or the - with-debug=full option.
Pour pouvoir déboguer un client MySQL avec le paquet de débogage intégré, vous devez configurer MySQL avec - with-debug ou - with-debug=full.
To be able to debug a MySQL client with the integrated debug package, you should configure MySQL with - with-debug or - with-debug=full.
Si vous utilisez - with-debug, vous ne perdrez que 15%.
En démarrant une version de mysqld, compilée avec - with-debug=full, avec - skip-safemalloc, le résultat final devrait être proche d'une compilation avec - with-debug.
For a version of mysqld that has been compiled with - with-debug=full, you can disable memory checking at runtime by starting it with the - skip-safemalloc option.