diff options
| author | Bert Belder <bertbelder@gmail.com> | 2018-12-13 22:19:17 +0100 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2018-12-19 17:50:25 +0100 |
| commit | 73e80b0763cf2e14f7dc26d679d3b457106597cc (patch) | |
| tree | e26c631f52723c063990c79cbf7b36733a14987b /.gn | |
| parent | 3a316330417945d46c8137e3d5e54325fd7b22ec (diff) | |
build: make `cargo build` work
Diffstat (limited to '.gn')
| -rw-r--r-- | .gn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,8 +30,8 @@ default_args = { # for now. See http://clang.llvm.org/docs/ControlFlowIntegrity.html is_cfi = false - # Disabled due to CRT linking problems in Windows when using prebuilt V8. - # Works in other configurations. + # TODO(ry) Remove this so debug builds can link faster. Currently removing + # this breaks cargo build in debug mode in OSX. is_component_build = false # Enable Jumbo build for a faster build. |
