@@ -392,7 +392,6 @@ def override_options(self):
392392 'debug-lmod' : ("Run Lmod modules tool commands in debug module" , None , 'store_true' , False ),
393393 'default-opt-level' : ("Specify default optimisation level" , 'choice' , 'store' , DEFAULT_OPT_LEVEL ,
394394 Compiler .COMPILER_OPT_FLAGS ),
395- 'default-debug-symbols' : ("Sets default value of debug toolchain option" , None , 'store_true' , True ),
396395 'deprecated' : ("Run pretending to be (future) version, to test removal of deprecated code." ,
397396 None , 'store' , None ),
398397 'detect-loaded-modules' : ("Detect loaded EasyBuild-generated modules, act accordingly; "
@@ -457,6 +456,7 @@ def override_options(self):
457456 'insecure-download' : ("Don't check the server certificate against the available certificate authorities." ,
458457 None , 'store_true' , False ),
459458 'install-latest-eb-release' : ("Install latest known version of easybuild" , None , 'store_true' , False ),
459+ 'keep-debug-symbols' : ("Sets default value of debug toolchain option" , None , 'store_true' , True ),
460460 'lib-lib64-symlink' : ("Automatically create symlinks for lib/ pointing to lib64/ if the former is missing" ,
461461 None , 'store_true' , True ),
462462 'lib64-fallback-sanity-check' : ("Fallback in sanity check to lib64/ equivalent for missing libraries" ,
0 commit comments