File: TODO

package info (click to toggle)
compilercache 1.0.10-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 116 kB
  • ctags: 5
  • sloc: sh: 228; lex: 106; makefile: 42
file content (11 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
- cache warning output messages?
- compressed files in the cachedirectory ??
- gcc -g3 places #define __TIME__ "17:23:52" into the preprocessor
  output which means that each time there will be a recompilation
  and never a cache hit. so this must be removed from preprocessor
  output ??? yes but only remove the __TIME__ #define and nothing else
  and leave a #define __TIME__ compilercache_unfied there...
  and only do this in debug mode...
- -Wp erase? sure that this is allowed? problem autoconf does -Wp
  but make dist creates archive that won't do -Wp
  so cache won't hit.