Add note to bug
diff --git a/emsdk.py b/emsdk.py
index ceb60f2..8d70c7b 100644
--- a/emsdk.py
+++ b/emsdk.py
@@ -1421,6 +1421,7 @@
   #      30MB to almost 300MB
   #      https://github.com/google/closure-compiler-npm/issues/186
   # If either of these bugs are fixed then we can remove this exception
+  # See also https://github.com/google/closure-compiler/issues/3925
   closure_compiler_native = ''
   if LINUX and ARCH in ('x86', 'x86_64'):
     closure_compiler_native = 'google-closure-compiler-linux'