Skip to content

Commit

Permalink
build: Remove hack for mold to work with gsl
Browse files Browse the repository at this point in the history
Fixed with mold 1.11.0
  • Loading branch information
vchernin committed Mar 28, 2023
1 parent 2c64e0d commit 05fdd8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ if get_option('devel')
]
app_id_suffix = '.Devel'
name_suffix = ' (Devel)'
# --no-as-needed temporarily necessary due to https://github.com/rui314/mold/issues/1017
link_args = ['-fuse-ld=mold', '-Wl,--no-as-needed']
link_args = ['-fuse-ld=mold']
else
status += [ 'Using stable build mode with the standard application ID' ]
app_id_suffix = ''
Expand Down

0 comments on commit 05fdd8b

Please sign in to comment.