diff options
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r-- | mk/config.mk.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index fdbaab58b9..6fc80d46ef 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -724,10 +724,6 @@ OPT = @OptCmd@ # overflowing command-line length limits. LdIsGNULd = @LdIsGNULd@ -# Set to YES if ld has the --build-id flag. Sometimes we need to -# disable it with --build-id=none. -LdHasBuildId = @LdHasBuildId@ - # Set to YES if ld has the --no_compact_unwind flag. See #5019 # and GHC.Driver.Pipeline. LdHasNoCompactUnwind = @LdHasNoCompactUnwind@ |