Skip to content

Commit

Permalink
dev-no-check
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Dec 4, 2024
1 parent 71e4190 commit 8291fa7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/GlobalOptions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@ parseGlobalFlags = do
( long "no-stdlib"
<> help "Do not use the standard library"
)
_globalNoCheck <-
switch
( long "no-check"
<> help "Disable input sanity check in Core"
)
_globalFieldSize <-
option
fieldSizeOpt
Expand Down Expand Up @@ -169,6 +164,11 @@ parseGlobalFlags = do
<> intercalate " < " [show l | l <- allElements @LogLevel]
)
)
_globalNoCheck <-
switch
( long "dev-no-check"
<> help "[DEV] Disable input sanity check in Core"
)
_globalShowNameIds <-
switch
( long "show-name-ids"
Expand Down

0 comments on commit 8291fa7

Please sign in to comment.