mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
O2
This commit is contained in:
@@ -74,6 +74,7 @@ when:
|
||||
|
||||
library:
|
||||
source-dirs: src
|
||||
ghc-options: -O2
|
||||
|
||||
executables:
|
||||
simplex-chat:
|
||||
|
||||
+1
-1
@@ -181,7 +181,7 @@ library
|
||||
Paths_simplex_chat
|
||||
hs-source-dirs:
|
||||
src
|
||||
ghc-options: -Wall -Wcompat -Werror=incomplete-patterns -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wunused-type-patterns
|
||||
ghc-options: -Wall -Wcompat -Werror=incomplete-patterns -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wunused-type-patterns -O2
|
||||
build-depends:
|
||||
aeson ==2.2.*
|
||||
, ansi-terminal >=0.10 && <0.12
|
||||
|
||||
Reference in New Issue
Block a user