FreeCalypso > hg > fc-selenite
comparison components/l1_int @ 103:1155be085fc1
components/*: added -g to CFLAGS_gcc
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 22 Jul 2018 20:44:47 +0000 |
parents | 6b6675a07b70 |
children |
comparison
equal
deleted
inserted
replaced
102:b65e1c503a14 | 103:1155be085fc1 |
---|---|
32 fi | 32 fi |
33 | 33 |
34 # Compilation | 34 # Compilation |
35 | 35 |
36 CFLAGS="-g -me -pw2 -mt -o -mw" | 36 CFLAGS="-g -me -pw2 -mt -o -mw" |
37 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" | 37 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" |
38 CPPFLAGS="-DRV_TRACE_LEVEL_WARNING=2 -DTOOL_CHOICE=0 -D_TMS470" | 38 CPPFLAGS="-DRV_TRACE_LEVEL_WARNING=2 -DTOOL_CHOICE=0 -D_TMS470" |
39 | 39 |
40 # Includes | 40 # Includes |
41 | 41 |
42 CPPFLAGS="$CPPFLAGS -I../config" | 42 CPPFLAGS="$CPPFLAGS -I../config" |