diff --git a/README.md b/README.md
index daaca79..bce1029 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# pasm
PASM is a Scripting language that i made for fun with a few constraints :
-- the interpreter should be as small as possible and written without the CRT (currently 33ko WITH CRT)
+- the interpreter should be as small as possible and written without the CRT (currently 13ko WITH CRT)
- the language should be able to call Windows API's
PASM is meant for being used in C2 agents as its interpreter is small.
diff --git a/src/pasm.vcxproj b/src/pasm.vcxproj
index bc913ae..74a30e6 100644
--- a/src/pasm.vcxproj
+++ b/src/pasm.vcxproj
@@ -137,6 +137,8 @@
truestdcpp20stdc17
+ MaxSpeed
+ SizeConsole