Remove the deprecated use-* compilation options

This commit is contained in:
Robbert van der Helm
2020-11-08 12:36:06 +01:00
parent 889d9d81c4
commit 7931f38066
4 changed files with 10 additions and 38 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ bool pid_running(pid_t pid);
/**
* Simple helper function around `boost::process::child` that launches the host
* application (`*.exe`) wrapped in winedbg if compiling with
* `-Duse-winedbg=true`. Keep in mind that winedbg does not handle arguments
* `-Dwith-winedbg=true`. Keep in mind that winedbg does not handle arguments
* containing spaces, so most Windows paths will be split up into multiple
* arugments.
*/