aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-07-08 13:53:54 +1000
committerinmarket <andrewh@inmarket.com.au>2015-07-08 13:53:54 +1000
commit8318e8dc29c571f56742df6ea81d2f8298127826 (patch)
tree406c586915bf4b9edc532a3fbeb70f45c64e618a /gfxconf.example.h
parent9d62e631cf143d4ed50d66fc157a24370cd5489a (diff)
downloaduGFX-8318e8dc29c571f56742df6ea81d2f8298127826.tar.gz
uGFX-8318e8dc29c571f56742df6ea81d2f8298127826.tar.bz2
uGFX-8318e8dc29c571f56742df6ea81d2f8298127826.zip
Provide better access to compiler optimisations for the raw scheduler
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 6b2f6d9d..52c129ef 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -40,6 +40,7 @@
// #define INTERRUPTS_ON() optional_code
// Options that (should where relevant) apply to all operating systems
+// #define GFX_COMPILER GFX_COMPILER_UNKNOWN
// #define GFX_NO_OS_INIT FALSE
// #define GFX_OS_EXTRA_INIT_FUNCTION myOSInitRoutine
// #define GFX_OS_EXTRA_DEINIT_FUNCTION myOSDeInitRoutine