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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
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
Alex D
GHC
Commits
3e280fca
Commit
3e280fca
authored
Jun 14, 2008
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use -O0 rather than the deprecated -Onot
parent
2a83a2aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
mk/build.mk.sample
mk/build.mk.sample
+5
-5
mk/validate-settings.mk
mk/validate-settings.mk
+2
-2
No files found.
mk/build.mk.sample
View file @
3e280fca
...
...
@@ -44,10 +44,10 @@ endif
ifeq "$(BuildFlavour)" "quickest"
SRC_HC_OPTS = -H64m -O
not
-fasm
SRC_HC_OPTS = -H64m -O
0
-fasm
GhcStage1HcOpts = -O -fasm
GhcStage2HcOpts = -O
not
-fasm
GhcLibHcOpts = -O
not
-fasm
GhcStage2HcOpts = -O
0
-fasm
GhcLibHcOpts = -O
0
-fasm
GhcLibWays =
SplitObjs = NO
...
...
@@ -57,9 +57,9 @@ endif
ifeq "$(BuildFlavour)" "quick"
SRC_HC_OPTS = -H64m -O
not
-fasm
SRC_HC_OPTS = -H64m -O
0
-fasm
GhcStage1HcOpts = -O -fasm
GhcStage2HcOpts = -O
not
-fasm
GhcStage2HcOpts = -O
0
-fasm
GhcLibHcOpts = -O -fasm
GhcLibWays =
SplitObjs = NO
...
...
mk/validate-settings.mk
View file @
3e280fca
...
...
@@ -3,9 +3,9 @@ WERROR = -Werror
HADDOCK_DOCS
=
YES
SRC_CC_OPTS
=
$(WERROR)
SRC_HC_OPTS
=
$(WERROR)
-H64m
-O
not
-fasm
SRC_HC_OPTS
=
$(WERROR)
-H64m
-O
0
-fasm
GhcStage1HcOpts
=
-O
-fasm
GhcStage2HcOpts
=
-O
not
-fasm
GhcStage2HcOpts
=
-O
0
-fasm
GhcLibHcOpts
=
-O
-fasm
-dcore-lint
GhcLibWays
=
SplitObjs
=
NO
...
...
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