Skip to content
  • Brad King's avatar
    ENH: Make compiler id detection more robust · 70c2dc8a
    Brad King authored
      - Split INFO strings in source into multiple pieces
        to make sure assembly or other listings produced
        by the compiler are never matched by the regex
      - Store INFO strings via pointer instead of array
        to convince some compilers to store the string
        literally in the binary
      - This should help make it work for sdcc 2.8.0 RC1
    70c2dc8a