mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 10:11:21 +08:00
GP-5543 fixed typo
This commit is contained in:
@@ -237,7 +237,7 @@ model {
|
|||||||
// b.cppCompiler.args "/Zi" // for DEBUG, uncomment this line
|
// b.cppCompiler.args "/Zi" // for DEBUG, uncomment this line
|
||||||
// b.cppCompiler.args "/FS" // for DEBUG, uncomment this line
|
// b.cppCompiler.args "/FS" // for DEBUG, uncomment this line
|
||||||
// b.linker.args "/DEBUG" // for DEBUG, uncomment this line
|
// b.linker.args "/DEBUG" // for DEBUG, uncomment this line
|
||||||
b.link.args "/LTCG"
|
b.linker.args "/LTCG"
|
||||||
if (b.targetPlatform.operatingSystem.windows) {
|
if (b.targetPlatform.operatingSystem.windows) {
|
||||||
b.cppCompiler.define "WINDOWS"
|
b.cppCompiler.define "WINDOWS"
|
||||||
b.cppCompiler.define "_WINDOWS"
|
b.cppCompiler.define "_WINDOWS"
|
||||||
|
|||||||
Reference in New Issue
Block a user