]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - htsn.cabal
Document the DEBUG log level.
[dead/htsn.git] / htsn.cabal
index f9f80f9f9cb1f0482f7429450e0053531566fb8b..2e3358918b8b14fefeb5830f17d93aa1008e188b 100644 (file)
@@ -97,10 +97,11 @@ description:
   \--log-level
   @
   .
-  How verbose should the logs be? We log notifications at three levels:
-  INFO, WARN, and ERROR. Specify the \"most boring\" level of
+  How verbose should the logs be? We log notifications at four levels:
+  DEBUG, INFO, WARN, and ERROR. Specify the \"most boring\" level of
   notifications you would like to receive (in all-caps); more
-  interesting notifications will be logged as well.
+  interesting notifications will be logged as well. The debug output is
+  extremely verbose and will not be written to syslog even if you try.
   .
   Default: INFO
   .
@@ -246,8 +247,6 @@ executable htsn
     -fwarn-incomplete-record-updates
     -fwarn-monomorphism-restriction
     -fwarn-unused-do-bind
-    -optc-O3
-    -optc-march=native
     -O2
 
   ghc-prof-options:
@@ -289,8 +288,6 @@ test-suite testsuite
     -fwarn-incomplete-record-updates
     -fwarn-monomorphism-restriction
     -fwarn-unused-do-bind
-    -optc-O3
-    -optc-march=native
     -O2