diff options
author | Corentin Barman <corentin.barman@hotmail.com> | 2016-12-11 15:44:05 +0100 |
---|---|---|
committer | Corentin Barman <corentin.barman@hotmail.com> | 2016-12-11 15:44:05 +0100 |
commit | bde1f0d2eb8f4ecc7a0feb624ebcdddfe7578087 (patch) | |
tree | f69e9a185c64bdb795443a49f6d65e7bfd1f72a8 /gfxconf.example.h | |
parent | 2bcb2155caba059ae184ff7725e2a26d7c012067 (diff) | |
parent | e927bff0890b6b2a1f5a223f804aa1de71f091a6 (diff) | |
download | uGFX-bde1f0d2eb8f4ecc7a0feb624ebcdddfe7578087.tar.gz uGFX-bde1f0d2eb8f4ecc7a0feb624ebcdddfe7578087.tar.bz2 uGFX-bde1f0d2eb8f4ecc7a0feb624ebcdddfe7578087.zip |
Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 468d46d0..db28d97f 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -46,6 +46,7 @@ // Options that (should where relevant) apply to all operating systems // #define GFX_NO_INLINE FALSE // #define GFX_COMPILER GFX_COMPILER_UNKNOWN +// #define GFX_SHOW_COMPILER FALSE // #define GFX_CPU GFX_CPU_UNKNOWN // #define GFX_CPU_NO_ALIGNMENT_FAULTS FALSE // #define GFX_CPU_ENDIAN GFX_CPU_ENDIAN_UNKNOWN |