Fix suggestion text for -debug= dflags. See #310.
1 parent 22e589f commit 42e5fd4608c8a6e5df8502f6b726708df46967cc
@Sönke Ludwig Sönke Ludwig authored on 2 May 2014
Showing 1 changed file
View
2
■■■
source/dub/compilers/compiler.d
{["-X"], "Call dub with --build=ddox"},
{["-cov"], "Call dub with --build=cov or --build=unittest-cox"},
{["-profile"], "Call dub with --build=profile"},
{["-version="], `Use "versions" to specify version constants in a compiler independent way`},
{["-debug=", `Use "debugVersions" to specify version constants in a compiler independent way`]},
{["-debug="], `Use "debugVersions" to specify version constants in a compiler independent way`},
{["-I"], `Use "importPaths" to specify import paths in a compiler independent way`},
{["-J"], `Use "stringImportPaths" to specify import paths in a compiler independent way`},
{["-m32", "-m64"], `Use --arch=x86/--arch=x86_64 to specify the target architecture`}
];