Skip to content

Commit 1b9a44a

Browse files
committed
Fix build option name to keep_debug_symbols
1 parent 38363bc commit 1b9a44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/toolchain/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def _set_compiler_toolchainoptions(self):
179179
# Initialize default value of debug symbols based on global build option
180180
if self.COMPILER_SHARED_OPTS:
181181
_, desc = self.COMPILER_SHARED_OPTS['debug']
182-
self.COMPILER_SHARED_OPTS['debug'] = (build_option('default_debug_symbols'), desc)
182+
self.COMPILER_SHARED_OPTS['debug'] = (build_option('keep_debug_symbols'), desc)
183183
self.options.add_options(self.COMPILER_SHARED_OPTS, self.COMPILER_SHARED_OPTION_MAP)
184184

185185
# always include empty infix first for non-prefixed compilers (e.g., GCC, Intel, ...)

0 commit comments

Comments
 (0)