Skip to content

Commit

Permalink
Optimize compile time by using -O2 instead of -O3
Browse files Browse the repository at this point in the history
  • Loading branch information
FPtje committed Jun 16, 2024
1 parent ff30b62 commit 4c672c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glualint.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ executable glualint
, signal >=0.1 && <0.2

hs-source-dirs: app
ghc-options: -O3 -Wall
ghc-options: -O2 -Wall
default-language: Haskell2010

0 comments on commit 4c672c5

Please sign in to comment.