- change: stop generating 'profile' compiler set
This commit is contained in:
parent
03e588d173
commit
9b80407f88
|
@ -545,7 +545,7 @@
|
||||||
<enum>QTabWidget::South</enum>
|
<enum>QTabWidget::South</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>4</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="iconSize">
|
<property name="iconSize">
|
||||||
<size>
|
<size>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
inkscape:pagecheckerboard="true"
|
inkscape:pagecheckerboard="true"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="11.6"
|
inkscape:zoom="11.6"
|
||||||
inkscape:cx="3.7068965"
|
inkscape:cx="3.7068966"
|
||||||
inkscape:cy="20.12931"
|
inkscape:cy="20.12931"
|
||||||
inkscape:window-width="1920"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="1001"
|
inkscape:window-height="1001"
|
||||||
|
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
@ -2597,11 +2597,11 @@ bool Settings::CompilerSets::addSets(const QString &folder)
|
||||||
set64_32Options(baseSet);
|
set64_32Options(baseSet);
|
||||||
setDebugOptions(baseSet);
|
setDebugOptions(baseSet);
|
||||||
|
|
||||||
baseSet = addSet(folder);
|
// baseSet = addSet(folder);
|
||||||
baseSet->setName(baseName + " " + platformName + " Profiling");
|
// baseSet->setName(baseName + " " + platformName + " Profiling");
|
||||||
baseSet->setCompilerSetType(CompilerSetType::CST_PROFILING);
|
// baseSet->setCompilerSetType(CompilerSetType::CST_PROFILING);
|
||||||
set64_32Options(baseSet);
|
// set64_32Options(baseSet);
|
||||||
setProfileOptions(baseSet);
|
// setProfileOptions(baseSet);
|
||||||
|
|
||||||
baseSet = addSet(folder);
|
baseSet = addSet(folder);
|
||||||
}
|
}
|
||||||
|
@ -2618,10 +2618,10 @@ bool Settings::CompilerSets::addSets(const QString &folder)
|
||||||
baseSet->setCompilerSetType(CompilerSetType::CST_DEBUG);
|
baseSet->setCompilerSetType(CompilerSetType::CST_DEBUG);
|
||||||
setDebugOptions(baseSet);
|
setDebugOptions(baseSet);
|
||||||
|
|
||||||
baseSet = addSet(folder);
|
// baseSet = addSet(folder);
|
||||||
baseSet->setName(baseName + " " + platformName + " Profiling");
|
// baseSet->setName(baseName + " " + platformName + " Profiling");
|
||||||
baseSet->setCompilerSetType(CompilerSetType::CST_PROFILING);
|
// baseSet->setCompilerSetType(CompilerSetType::CST_PROFILING);
|
||||||
setProfileOptions(baseSet);
|
// setProfileOptions(baseSet);
|
||||||
|
|
||||||
mDefaultIndex = mList.size() - 2;
|
mDefaultIndex = mList.size() - 2;
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue