FreeCalypso > hg > fc-selenite
comparison components/cst @ 105:5c4db73d289a
build system support for memory supervision
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 23 Jul 2018 07:01:39 +0000 |
parents | 1155be085fc1 |
children |
comparison
equal
deleted
inserted
replaced
104:82ae724ca0d7 | 105:5c4db73d289a |
---|---|
13 CPPFLAGS="$CPPFLAGS -DNWARN" | 13 CPPFLAGS="$CPPFLAGS -DNWARN" |
14 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" | 14 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" |
15 CPPFLAGS="$CPPFLAGS -DNEW_FRAME" | 15 CPPFLAGS="$CPPFLAGS -DNEW_FRAME" |
16 CPPFLAGS="$CPPFLAGS -DTOOL_CHOICE=0" | 16 CPPFLAGS="$CPPFLAGS -DTOOL_CHOICE=0" |
17 CPPFLAGS="$CPPFLAGS -D_TMS470" | 17 CPPFLAGS="$CPPFLAGS -D_TMS470" |
18 | |
19 if [ "$MEMSUPER" != 0 ] | |
20 then | |
21 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
22 fi | |
18 | 23 |
19 if [ "$DISABLE_SLEEP" = 1 ] | 24 if [ "$DISABLE_SLEEP" = 1 ] |
20 then | 25 then |
21 CPPFLAGS="$CPPFLAGS -DDISABLE_SLEEP" | 26 CPPFLAGS="$CPPFLAGS -DDISABLE_SLEEP" |
22 fi | 27 fi |