Add winedbg support behind a feature flag

I had something similar saved as a stash since I did not want to make
things more complicated by adding feature flags, but this should be
fine.
This commit is contained in:
Robbert van der Helm
2020-03-15 16:30:25 +01:00
parent 454cef76e7
commit 138fa9eb31
4 changed files with 45 additions and 7 deletions
+1
View File
@@ -0,0 +1 @@
option('use-winedbg', type : 'boolean', value : false)