fix: using CPU while idle
This commit is contained in:
committed by
Steve Chavez
parent
9aa400c8f3
commit
1cdc9169c7
+1
-1
@@ -146,7 +146,7 @@ executable postgrest
|
||||
, containers >= 0.5.7 && < 0.7
|
||||
, postgrest
|
||||
, protolude >= 0.3 && < 0.4
|
||||
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -I2 -qg"
|
||||
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -I0 -qg"
|
||||
-O2 -Werror -Wall -fwarn-identities
|
||||
-fno-spec-constr -optP-Wno-nonportable-include-path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user