From 5f9369e882982b94e1361e378d69c754537dcf13 Mon Sep 17 00:00:00 2001 From: Marko Andjelic Date: Fri, 27 Feb 2026 21:54:44 +0000 Subject: [PATCH] add ghc flags gtk multithreading doesn't work properly without passing -threaded added -O for performance --- svitak.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svitak.cabal b/svitak.cabal index 8e9064e..749fdd6 100644 --- a/svitak.cabal +++ b/svitak.cabal @@ -45,7 +45,7 @@ maintainer: oijrewgoijreg@eaoigjoirejg.com build-type: Simple common warnings - ghc-options: -Wall + ghc-options: -Wall -threaded -O executable svitak import: warnings