Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
1fc4b619
Commit
1fc4b619
authored
Jul 04, 2006
by
Simon Marlow
Browse files
x86 needs -fno-unit-at-a-time too
Fixes #809
parent
1bda00ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
1fc4b619
...
...
@@ -1255,6 +1255,13 @@ machdepCCOpts dflags
-- apparently takes precedence over
-- -fomit-frame-pointer, so we disable it first here.
"-mno-omit-leaf-frame-pointer"
,
#
endif
#
ifdef
HAVE_GCC_HAS_NO_UNIT_AT_A_TIME
"-fno-unit-at-a-time"
,
-- unit-at-a-time doesn't do us any good, and screws
-- up -split-objs by moving the split markers around.
-- It's only turned on with -O2, but put it here just
-- in case someone uses -optc-O2.
#
endif
"-fomit-frame-pointer"
,
-- we want -fno-builtin, because when gcc inlines
...
...
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