summaryrefslogtreecommitdiffstats
path: root/src/gui/sdccoptionswidget.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/sdccoptionswidget.ui')
-rw-r--r--src/gui/sdccoptionswidget.ui96
1 files changed, 0 insertions, 96 deletions
diff --git a/src/gui/sdccoptionswidget.ui b/src/gui/sdccoptionswidget.ui
index 99505d3..dc1c19b 100644
--- a/src/gui/sdccoptionswidget.ui
+++ b/src/gui/sdccoptionswidget.ui
@@ -44,9 +44,6 @@
<property name="text">
<string>Don't search in the standard librar&amp;y directory (--nostdlib)</string>
</property>
- <property name="accel">
- <string>Alt+Y</string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -55,9 +52,6 @@
<property name="text">
<string>Don't search in the standard include directory (--nostdinc)</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -66,9 +60,6 @@
<property name="text">
<string>Disa&amp;ble pedantic warnings (--less-pedantic)</string>
</property>
- <property name="accel">
- <string>Alt+B</string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -77,9 +68,6 @@
<property name="text">
<string>Use C&amp;89 standard only (--std-c89)</string>
</property>
- <property name="accel">
- <string>Alt+8</string>
- </property>
<property name="whatsThis" stdset="0">
<string>Follow the C89 standard and disable SDCC features that conflict with the standard.</string>
</property>
@@ -91,9 +79,6 @@
<property name="text">
<string>Use C&amp;99 standard only (--std-c99)</string>
</property>
- <property name="accel">
- <string>Alt+9</string>
- </property>
<property name="toolTip" stdset="0">
<string></string>
</property>
@@ -138,9 +123,6 @@
<property name="text">
<string>Stack auto&amp;matic variables (--stack-auto)</string>
</property>
- <property name="accel">
- <string>Alt+M</string>
- </property>
<property name="toolTip" stdset="0">
<string></string>
</property>
@@ -155,9 +137,6 @@
<property name="text">
<string>Integer li&amp;braries were compiled as reentrant (--int-long-reent)</string>
</property>
- <property name="accel">
- <string>Alt+B</string>
- </property>
<property name="toolTip" stdset="0">
<string></string>
</property>
@@ -172,9 +151,6 @@
<property name="text">
<string>Floating point librar&amp;y was compiled as reentrant (--float-reent)</string>
</property>
- <property name="accel">
- <string>Alt+Y</string>
- </property>
<property name="whatsThis" stdset="0">
<string>Floating point library is compiled as reentrant.</string>
</property>
@@ -186,9 +162,6 @@
<property name="text">
<string>Leave out the frame pointer (--fommit-frame-pointer)</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -197,9 +170,6 @@
<property name="text">
<string>Don't memcpy initialized &amp;xram from code (--no-xinit-opt)</string>
</property>
- <property name="accel">
- <string>Alt+X</string>
- </property>
<property name="whatsThis" stdset="0">
<string>Will not memcpy initialized data from code space into xdata space. This saves a few bytes in code space if you don't have initialized data.</string>
</property>
@@ -211,9 +181,6 @@
<property name="text">
<string>Callee will &amp;always save registers used (--all-callee-saves)</string>
</property>
- <property name="accel">
- <string>Alt+A</string>
- </property>
</widget>
<spacer>
<property name="name">
@@ -252,9 +219,6 @@
<property name="text">
<string>Disable overlaying leaf function &amp;auto variables (--nooverlay)</string>
</property>
- <property name="accel">
- <string>Alt+A</string>
- </property>
<property name="whatsThis" stdset="0">
<string>The compiler will not overlay parameters and local variables of any function, see section Parameters and local variables for more details.</string>
</property>
@@ -266,9 +230,6 @@
<property name="text">
<string>Disable the GCSE optimization (--nogcse)</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -277,9 +238,6 @@
<property name="text">
<string>Disable label optimi&amp;zation (--nolabelopt)</string>
</property>
- <property name="accel">
- <string>Alt+Z</string>
- </property>
<property name="whatsThis" stdset="0">
<string>Will not optimize labels (makes the dumpfiles more readable).</string>
</property>
@@ -291,9 +249,6 @@
<property name="text">
<string>Disable optimization of invariants (--noinvariant)</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -302,9 +257,6 @@
<property name="text">
<string>Disable loop variable induction (--noinduction)</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -313,9 +265,6 @@
<property name="text">
<string>Disable peep-hole optimization (--&amp;no-peep)</string>
</property>
- <property name="accel">
- <string>Alt+N</string>
- </property>
<property name="whatsThis" stdset="0">
<string>Disable peep-hole optimization.</string>
</property>
@@ -327,9 +276,6 @@
<property name="text">
<string>Disable loop reverse optimization (--noloopreverse)</string>
</property>
- <property name="accel">
- <string></string>
- </property>
<property name="whatsThis" stdset="0">
<string>Will not do loop reversal optimization.</string>
</property>
@@ -341,9 +287,6 @@
<property name="text">
<string>Opti&amp;mize for compact code (--opt-code-size)</string>
</property>
- <property name="accel">
- <string>Alt+M</string>
- </property>
<property name="whatsThis" stdset="0">
<string>The compiler will optimize code generation towards compact code, possibly at the expense of code speed.</string>
</property>
@@ -355,9 +298,6 @@
<property name="text">
<string>&amp;Optimize for fast code (--opt-code-speed)</string>
</property>
- <property name="accel">
- <string>Alt+O</string>
- </property>
<property name="whatsThis" stdset="0">
<string>The compiler will optimize code generation towards fast code, possibly at the expense of code size.</string>
</property>
@@ -369,9 +309,6 @@
<property name="text">
<string>Ena&amp;ble inline assembly peephole optimization (--peep-asm)</string>
</property>
- <property name="accel">
- <string>Alt+B</string>
- </property>
<property name="whatsThis" stdset="0">
<string>Pass the inline assembler code through the peep hole optimizer. This can cause unexpected changes to inline assembler code, please go through the peephole optimizer rules defined in the source file tree '&lt;target&gt;/peeph.def' before using this option.</string>
</property>
@@ -383,9 +320,6 @@
<property name="text">
<string>Don't generate boundary check for &amp;jump tables (--nojtbound)</string>
</property>
- <property name="accel">
- <string>Alt+J</string>
- </property>
</widget>
<spacer>
<property name="name">
@@ -424,9 +358,6 @@
<property name="text">
<string>Don't use default libraries (--nodefaultlibs)</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -435,9 +366,6 @@
<property name="text">
<string>Don't generate BANKSEL directives (--pno-banksel)</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -446,9 +374,6 @@
<property name="text">
<string>Use large stac&amp;k model (--pstack-model=large)</string>
</property>
- <property name="accel">
- <string>Alt+K</string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -457,9 +382,6 @@
<property name="text">
<string>Show more debug info in assembl&amp;y output (--debug-xtra)</string>
</property>
- <property name="accel">
- <string>Alt+Y</string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -468,9 +390,6 @@
<property name="text">
<string>E&amp;xplicit enable of peepholes (--denable-peeps)</string>
</property>
- <property name="accel">
- <string>Alt+X</string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -479,9 +398,6 @@
<property name="text">
<string>Du&amp;mp call tree in .calltree file (--calltree)</string>
</property>
- <property name="accel">
- <string>Alt+M</string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -490,9 +406,6 @@
<property name="text">
<string>Ena&amp;ble stack optimizations (--fstack)</string>
</property>
- <property name="accel">
- <string>Alt+B</string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -501,9 +414,6 @@
<property name="text">
<string>Try to use conditional BRA instead of GOTO (--optimi&amp;ze-goto)</string>
</property>
- <property name="accel">
- <string>Alt+Z</string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -512,9 +422,6 @@
<property name="text">
<string>Try to optimize some compares (--optimize-cmp)</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -523,9 +430,6 @@
<property name="text">
<string>Thorough data flow analyis (resource intensive) (--optimize-df)</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<spacer>
<property name="name">