diff --git a/.cargo/config b/.cargo/config
new file mode 100644
index 0000000..ba54493
--- /dev/null
+++ b/.cargo/config
@@ -0,0 +1,2 @@
+[build]
+target = "x86_64-pc-windows-gnu"
diff --git a/Cargo.toml b/Cargo.toml
index 0a9745f..599fca1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,8 @@
+cargo-features=["strip"]
[package]
name = "serial_communication_tool_v2"
version = "0.1.0"
-edition = "2021"
+edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -20,4 +21,10 @@ closure = "0.3.0"
opt-level = 'z'
lto = true
codegen-units = 1
-panic = 'abort'
\ No newline at end of file
+panic = 'abort'
+strip = "debuginfo"
+#[[bin]]
+#name = "win_serial_comm_tool"
+#target = "x86_64-pc-windows-gnu"
+#path = "src/main.rs"
+
diff --git a/src/test.ui b/src/test.ui
index 85ace61..b1a5343 100644
--- a/src/test.ui
+++ b/src/test.ui
@@ -4,6 +4,7 @@