diff options
author | inmarket <inmarket@ugfx.org> | 2016-12-06 12:15:13 +1000 |
---|---|---|
committer | inmarket <inmarket@ugfx.org> | 2016-12-06 12:15:13 +1000 |
commit | 4b61ae71fed651b9f1f925d0056825359f289c29 (patch) | |
tree | c6b5ef6709cdfa115000466af75e24a7ea6e71c3 /gfxconf.example.h | |
parent | 76671249d62e0931fdac3849ef474d57f780a61e (diff) | |
download | uGFX-4b61ae71fed651b9f1f925d0056825359f289c29.tar.gz uGFX-4b61ae71fed651b9f1f925d0056825359f289c29.tar.bz2 uGFX-4b61ae71fed651b9f1f925d0056825359f289c29.zip |
Add the ability to display the detected compiler
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 |