Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
d8190ba0
Commit
d8190ba0
authored
Apr 27, 2018
by
Neil Mitchell
Committed by
Andrey Mokhov
Apr 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add all the default-on extensions to build.global-db.bat (
#587
)
parent
7c045215
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
13 deletions
+19
-13
build.global-db.bat
build.global-db.bat
+19
-13
No files found.
build.global-db.bat
View file @
d8190ba0
...
...
@@ -3,19 +3,25 @@ setlocal
cd
%~dp0
mkdir
bin
2
>
nul
set
ghcArgs
=
--make
^
-Wall
^
-fno-warn-name-shadowing
^
-XRecordWildCards
^
src
\Main.hs
^
-threaded
^
-isrc
^
-i
..\libraries\Cabal\Cabal
^
-rtsopts
^
-with-rtsopts
=
-I
0
^
-outputdir
=
bin
^
-j
^
-O
^
set
ghcArgs
=
--make
^
-Wall
^
-fno-warn-name-shadowing
^
-XDeriveGeneric
^
-XFlexibleInstances
^
-XGeneralizedNewtypeDeriving
^
-XLambdaCase
^
-XRecordWildCards
^
-XScopedTypeVariables
^
-XTupleSections
^
src
\Main.hs
^
-threaded
^
-isrc
^
-i
..\libraries\Cabal\Cabal
^
-rtsopts
^
-with-rtsopts
=
-I
0
^
-outputdir
=
bin
^
-j
^
-O
^
-o
bin
\hadrian
set
hadrianArgs
=
--lint
^
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment