rules.mk 481 B

1234567891011121314
  1. LTO_ENABLE=no
  2. AUDIO_ENABLE=no
  3. ENCODER_ENABLE=no
  4. # Broken with gcc >6, see https://github.com/qmk/qmk_firmware/issues/6753
  5. # (yes, different option, but I suspect the code has moved around)
  6. # This produces working firmware on Arch Linux with GCC 11, but is still broken
  7. # on Debian with 8.3.1
  8. RGBLIGHT_ENABLE=no
  9. RGB_MATRIX_ENABLE=no
  10. # not required, but helps on debian where there is a soft/hard float confusion.
  11. # but see above, gcc 8.3.1 still fucks up the firmware.
  12. USE_FPU=no