Nathan Yonkee
/
DotStarPoi
poi using dot stars as lights
Fork of DotStarWall by
develop.json@0:eacf3b13ce5a, 2017-08-11 (annotated)
- Committer:
- tulanthoar
- Date:
- Fri Aug 11 18:14:51 2017 +0000
- Revision:
- 0:eacf3b13ce5a
initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
tulanthoar | 0:eacf3b13ce5a | 1 | { |
tulanthoar | 0:eacf3b13ce5a | 2 | "GCC_ARM": { |
tulanthoar | 0:eacf3b13ce5a | 3 | "common": ["-c", "-Wall", "-Wextra", |
tulanthoar | 0:eacf3b13ce5a | 4 | "-Wno-unused-parameter", "-Wno-missing-field-initializers", |
tulanthoar | 0:eacf3b13ce5a | 5 | "-fmessage-length=0", "-fno-exceptions", "-fno-builtin", |
tulanthoar | 0:eacf3b13ce5a | 6 | "-ffunction-sections", "-fdata-sections", "-funsigned-char", |
tulanthoar | 0:eacf3b13ce5a | 7 | "-MMD", "-fno-delete-null-pointer-checks", |
tulanthoar | 0:eacf3b13ce5a | 8 | "-fomit-frame-pointer", "-Os"], |
tulanthoar | 0:eacf3b13ce5a | 9 | "asm": ["-x", "assembler-with-cpp"], |
tulanthoar | 0:eacf3b13ce5a | 10 | "c": ["-std=gnu99"], |
tulanthoar | 0:eacf3b13ce5a | 11 | "cxx": ["-std=gnu++11", "-fno-rtti", "-Wvla"], |
tulanthoar | 0:eacf3b13ce5a | 12 | "ld": ["-Wl,--gc-sections", "-Wl,--wrap,main", "-Wl,--wrap,_malloc_r", |
tulanthoar | 0:eacf3b13ce5a | 13 | "-Wl,--wrap,_free_r", "-Wl,--wrap,_realloc_r", |
tulanthoar | 0:eacf3b13ce5a | 14 | "-Wl,--wrap,_calloc_r", "-Wl,--wrap,exit", "-Wl,--wrap,atexit"] |
tulanthoar | 0:eacf3b13ce5a | 15 | } |
tulanthoar | 0:eacf3b13ce5a | 16 | } |