From 5087b05df47272658cbb318ea3c5ea079170255d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Nov 2017 15:57:21 -0700 Subject: Use -O2 for windows, macos binary packages. --- windows/make-windows-installer.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows') diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat index 1517e9bf9..15d97d9d2 100644 --- a/windows/make-windows-installer.bat +++ b/windows/make-windows-installer.bat @@ -1,5 +1,5 @@ @echo off -stack install --test --stack-yaml=..\stack.pkg.yml +stack install --test --ghc-options="-O2" --stack-yaml=..\stack.pkg.yml if %errorlevel% neq 0 exit /b %errorlevel% for /f "delims=" %%a in ('stack path --local-bin-path') do @set BINPATH=%%a %BINPATH%\pandoc.exe -s --toc ..\MANUAL.txt -o MANUAL.html -- cgit v1.2.3