Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-masterov committed Dec 19, 2024
1 parent b039ea4 commit 8da933c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/g/gcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ def configure_step(self):
else:
self.configopts += " --disable-lto"

# enable builind of libstdc++_libbacktrace
# enable builind of libstdc++_libbacktrace
if self.cfg['with_cxx_backtrace']:
self.configopts += " --enable-libstdcxx-backtrace"

Expand Down

0 comments on commit 8da933c

Please sign in to comment.