FreeCalypso > hg > fc-selenite
comparison components/ffs_drv @ 103:1155be085fc1
components/*: added -g to CFLAGS_gcc
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 22 Jul 2018 20:44:47 +0000 |
parents | a9a7d531e673 |
children |
comparison
equal
deleted
inserted
replaced
102:b65e1c503a14 | 103:1155be085fc1 |
---|---|
1 # Building ffs_drv.lib | 1 # Building ffs_drv.lib |
2 | 2 |
3 CFLAGS="-mn -mt -o -x -mw -me -pw2" | 3 CFLAGS="-mn -mt -o -x -mw -me -pw2" |
4 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" | 4 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" |
5 | 5 |
6 # Defines | 6 # Defines |
7 | 7 |
8 CPPFLAGS="-DWITH_TFFS=0 -DTMFFS2" | 8 CPPFLAGS="-DWITH_TFFS=0 -DTMFFS2" |
9 if [ "$SRVC" != 0 ] | 9 if [ "$SRVC" != 0 ] |