targets/XSD_toolchain_gcc
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 29 Mar 2022 08:30:03 +0200
branchwxPython4
changeset 3445 83545348403e
parent 1478 69fe0b81e951
permissions -rw-r--r--
IDE: Postpone execution of keyboard shortcut commands when given while previous command is still being executed, to prevent CTR/builder jamming.

          <xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
          <xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default=""/>
          <xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
          <xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default=""/>