Skip to content

Commit e46d7ce

Browse files
committed
fix: remove rtsopt from the library section, hence it's for executables
1 parent e4ccbbe commit e46d7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdacube-compiler.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ library
112112
default-language: Haskell2010
113113

114114
if flag(profiling)
115-
GHC-Options: -fprof-auto -rtsopts
115+
GHC-Options: -fprof-auto
116116

117117
executable lc
118118
hs-source-dirs: tool

0 commit comments

Comments
 (0)