From 1901818034b9c81f193dc28b396d9b68858d5c96 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 7 Sep 2022 22:55:40 +0900 Subject: Remove unnecessary accelerator from .ui files. Signed-off-by: Michele Calgaro --- src/gui/sdccoptionswidget.ui | 96 -------------------------------------------- 1 file changed, 96 deletions(-) (limited to 'src/gui/sdccoptionswidget.ui') 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 @@ Don't search in the standard librar&y directory (--nostdlib) - - Alt+Y - @@ -55,9 +52,6 @@ Don't search in the standard include directory (--nostdinc) - - - @@ -66,9 +60,6 @@ Disa&ble pedantic warnings (--less-pedantic) - - Alt+B - @@ -77,9 +68,6 @@ Use C&89 standard only (--std-c89) - - Alt+8 - Follow the C89 standard and disable SDCC features that conflict with the standard. @@ -91,9 +79,6 @@ Use C&99 standard only (--std-c99) - - Alt+9 - @@ -138,9 +123,6 @@ Stack auto&matic variables (--stack-auto) - - Alt+M - @@ -155,9 +137,6 @@ Integer li&braries were compiled as reentrant (--int-long-reent) - - Alt+B - @@ -172,9 +151,6 @@ Floating point librar&y was compiled as reentrant (--float-reent) - - Alt+Y - Floating point library is compiled as reentrant. @@ -186,9 +162,6 @@ Leave out the frame pointer (--fommit-frame-pointer) - - - @@ -197,9 +170,6 @@ Don't memcpy initialized &xram from code (--no-xinit-opt) - - Alt+X - 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. @@ -211,9 +181,6 @@ Callee will &always save registers used (--all-callee-saves) - - Alt+A - @@ -252,9 +219,6 @@ Disable overlaying leaf function &auto variables (--nooverlay) - - Alt+A - The compiler will not overlay parameters and local variables of any function, see section Parameters and local variables for more details. @@ -266,9 +230,6 @@ Disable the GCSE optimization (--nogcse) - - - @@ -277,9 +238,6 @@ Disable label optimi&zation (--nolabelopt) - - Alt+Z - Will not optimize labels (makes the dumpfiles more readable). @@ -291,9 +249,6 @@ Disable optimization of invariants (--noinvariant) - - - @@ -302,9 +257,6 @@ Disable loop variable induction (--noinduction) - - - @@ -313,9 +265,6 @@ Disable peep-hole optimization (--&no-peep) - - Alt+N - Disable peep-hole optimization. @@ -327,9 +276,6 @@ Disable loop reverse optimization (--noloopreverse) - - - Will not do loop reversal optimization. @@ -341,9 +287,6 @@ Opti&mize for compact code (--opt-code-size) - - Alt+M - The compiler will optimize code generation towards compact code, possibly at the expense of code speed. @@ -355,9 +298,6 @@ &Optimize for fast code (--opt-code-speed) - - Alt+O - The compiler will optimize code generation towards fast code, possibly at the expense of code size. @@ -369,9 +309,6 @@ Ena&ble inline assembly peephole optimization (--peep-asm) - - Alt+B - 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 '<target>/peeph.def' before using this option. @@ -383,9 +320,6 @@ Don't generate boundary check for &jump tables (--nojtbound) - - Alt+J - @@ -424,9 +358,6 @@ Don't use default libraries (--nodefaultlibs) - - - @@ -435,9 +366,6 @@ Don't generate BANKSEL directives (--pno-banksel) - - - @@ -446,9 +374,6 @@ Use large stac&k model (--pstack-model=large) - - Alt+K - @@ -457,9 +382,6 @@ Show more debug info in assembl&y output (--debug-xtra) - - Alt+Y - @@ -468,9 +390,6 @@ E&xplicit enable of peepholes (--denable-peeps) - - Alt+X - @@ -479,9 +398,6 @@ Du&mp call tree in .calltree file (--calltree) - - Alt+M - @@ -490,9 +406,6 @@ Ena&ble stack optimizations (--fstack) - - Alt+B - @@ -501,9 +414,6 @@ Try to use conditional BRA instead of GOTO (--optimi&ze-goto) - - Alt+Z - @@ -512,9 +422,6 @@ Try to optimize some compares (--optimize-cmp) - - - @@ -523,9 +430,6 @@ Thorough data flow analyis (resource intensive) (--optimize-df) - - - -- cgit v1.2.1