Index: build/toolchain/win/BUILD.gn |
diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn |
index 3e8cd35058fc5eec7056c071e5110bac195f9590..b6497385cb4986792fad0cda036dbbf403c8e740 100644 |
--- a/build/toolchain/win/BUILD.gn |
+++ b/build/toolchain/win/BUILD.gn |
@@ -71,7 +71,7 @@ template("msvc_toolchain") { |
} |
tool("asm") { |
- command = "$python_path gyp-win-tool asm-wrapper $env ml.exe {{defines}} {{include_dirs}} /c /Fo {{output}} {{source}}" |
+ command = "$python_path gyp-win-tool asm-wrapper $env ml.exe {{defines}} {{include_dirs}} /safeseh /c /Fo {{output}} {{source}}" |
ckocagil
2014/09/25 20:51:06
I put the /safeseh here but ideally this should be
brettw
2014/09/29 16:45:24
Looks like it. I filed https://code.google.com/p/c
ckocagil
2014/09/29 21:47:09
Done.
|
description = "ASM {{output}}" |
outputs = [ |
"{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.obj", |