comparison components/libsys_fl @ 103:1155be085fc1

components/*: added -g to CFLAGS_gcc
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 22 Jul 2018 20:44:47 +0000
parents a23e6e011264
children
comparison
equal deleted inserted replaced
102:b65e1c503a14 103:1155be085fc1
1 # gcc-only component: libsys (selective libc replacement) for flash 1 # gcc-only component: libsys (selective libc replacement) for flash
2 2
3 ASMFLAGS=-mthumb-interwork 3 ASMFLAGS=-mthumb-interwork
4 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" 4 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb"
5 CPPFLAGS= 5 CPPFLAGS=
6 6
7 SRCDIR=$SRC/libsys 7 SRCDIR=$SRC/libsys
8 8
9 c_file $SRCDIR/rand.c 9 c_file $SRCDIR/rand.c