summarylogtreecommitdiffstats
path: root/toolchain-mingw.meson
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain-mingw.meson')
-rw-r--r--toolchain-mingw.meson4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain-mingw.meson b/toolchain-mingw.meson
index 2f34e3f36fb4..8aed5b092825 100644
--- a/toolchain-mingw.meson
+++ b/toolchain-mingw.meson
@@ -11,8 +11,8 @@ exe_wrapper = '@TRIPLE@-wine'
[properties]
root = '@TRIPLE@'
-c_args = ['-O2', '-g', '-pipe', '-Wall', '-Wp,-D_FORTIFY_SOURCE=2', '-fexceptions', '--param=ssp-buffer-size=4']
-cpp_args = ['-O2', '-g', '-pipe', '-Wall', '-Wp,-D_FORTIFY_SOURCE=2', '-fexceptions', '--param=ssp-buffer-size=4']
+c_args = ['-Wp,-D_FORTIFY_SOURCE=2', '-fexceptions', '--param=ssp-buffer-size=4']
+cpp_args = ['-Wp,-D_FORTIFY_SOURCE=2', '-fexceptions', '--param=ssp-buffer-size=4']
needs_exe_wrapper = true
[host_machine]