mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
Fix missing recording of launch mode for core build configs.
Was causing new build configs to be created for non "run" mode configs. Change-Id: I6b939ac1da9fcf6678bf28b0bbad201fc723b371
This commit is contained in:
parent
589faf51cc
commit
461f90901c
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ public abstract class CBuildConfiguration extends PlatformObject
|
|||
Preferences settings = getSettings();
|
||||
settings.put(TOOLCHAIN_TYPE, toolChain.getTypeId());
|
||||
settings.put(TOOLCHAIN_ID, toolChain.getId());
|
||||
settings.put(LAUNCH_MODE, launchMode);
|
||||
try {
|
||||
settings.flush();
|
||||
} catch (BackingStoreException e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue