mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-03 12:31:57 +00:00
Add -g in CFLAGS
This commit is contained in:
parent
0447e356b5
commit
49cdb5aa59
@ -17,12 +17,12 @@ OBJS = emile_first_get_param.o emile_first_set_param.o \
|
|||||||
emile_map_set_partition_type.o emile_map_set_partition_name.o \
|
emile_map_set_partition_type.o emile_map_set_partition_name.o \
|
||||||
emile_map_partition_set_bootable.o emile_map_partition_set_startup.o \
|
emile_map_partition_set_bootable.o emile_map_partition_set_startup.o \
|
||||||
emile_map_bootblock_is_valid.o emile_map_get_number.o \
|
emile_map_bootblock_is_valid.o emile_map_get_number.o \
|
||||||
emile_map_bootblock_get_type.o
|
emile_map_bootblock_get_type.o emile_partition_get_from_file.o
|
||||||
|
|
||||||
|
|
||||||
HEADERS = emile.h libemile.h emile-first.h
|
HEADERS = emile.h libemile.h emile-first.h
|
||||||
|
|
||||||
CFLAGS = -Wall
|
CFLAGS = -Wall -g
|
||||||
|
|
||||||
all: $(LIBRARY)
|
all: $(LIBRARY)
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ PROGRAMS = emile-set-cmdline emile-first-info emile-first-tune emile-install \
|
|||||||
emile-set-output emile
|
emile-set-output emile
|
||||||
|
|
||||||
CPPFLAGS = -DSIGNATURE="\"$(SIGNATURE)\"" -DPREFIX=\"$(PREFIX)\" -I../libemile
|
CPPFLAGS = -DSIGNATURE="\"$(SIGNATURE)\"" -DPREFIX=\"$(PREFIX)\" -I../libemile
|
||||||
CFLAGS = -Wall
|
CFLAGS = -Wall -g
|
||||||
LDLIBS = -L../libemile -lemile
|
LDLIBS = -L../libemile -lemile
|
||||||
|
|
||||||
all: $(PROGRAMS)
|
all: $(PROGRAMS)
|
||||||
|
Loading…
Reference in New Issue
Block a user