Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,334
Issues
4,334
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
371
Merge Requests
371
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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