Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tools / cil-strip / Makefile
index e84d78325e6b1cb4efd81b13174b37445881aa51..80a4caf2a95bfae1a3d60c4df841be032f590e48 100644 (file)
@@ -5,6 +5,9 @@ include ../../build/rules.make
 LOCAL_MCS_FLAGS =
 LIB_REFS = System
 
+# IMPORTANT: we need to keep the old copy of Cecil we have in this folder since newer Cecil
+# doesn't support keeping metadata tokens the same which would break AOT compilation
+
 PROGRAM = mono-cil-strip.exe
 
 include ../../build/executable.make