| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
cc @nodejs/platform-windows @targos |
Sorry, something went wrong.
|
How did you add the /P argument? |
Sorry, something went wrong.
diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp
index fd786d024e..696474c053 100644
--- a/tools/v8_gypfiles/v8.gyp
+++ b/tools/v8_gypfiles/v8.gyp
@@ -203,7 +203,7 @@
'target_defaults': {
'msvs_settings': {
'VCCLCompilerTool': {
- 'AdditionalOptions': ['/utf-8']
+ 'AdditionalOptions': ['/utf-8', '/P']
}
},
},Recently use case is #35433. The clang support maybe require us to patch v8 again. |
Sorry, something went wrong.
There was a problem hiding this comment.
@nodejs/build-files
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/35735 ✔ Done loading data for nodejs/node/pull/35735 ----------------------------------- PR info ------------------------------------ Title tools: add msvc /P output to .gitignore (#35735) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch gengjiawen:msvc-ignore -> nodejs:master Labels meta Commits 1 - tools: add msvc /P output to .gitignore Committers 1 - Jiawen Geng PR-URL: https://github.com/nodejs/node/pull/35735 Reviewed-By: Michaël Zasso ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/35735 Reviewed-By: Michaël Zasso -------------------------------------------------------------------------------- ✔ Last GitHub Actions successful ✖ No Jenkins CI runs detected ℹ This PR was created on Wed, 21 Oct 2020 10:47:38 GMT ✔ Approvals: 1 ✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/35735#pullrequestreview-517615271 ✖ This PR needs to wait 9 more hours to land (or 0 hours if there is one more approval) -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu Commit Queue action: https://github.com/nodejs/node/actions/runs/332615436 |
Sorry, something went wrong.
PR-URL: #35735 Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: #35735 Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: #35735 Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: #35735 Reviewed-By: Michaël Zasso <targos@protonmail.com>
| Back | FazBrowse Home | New Git URL |
This is pretty useful when debug missing symbol on windows.
See https://docs.microsoft.com/en-us/cpp/build/reference/p-preprocess-to-a-file?view=vs-2019