Skip to content

Commit

Permalink
ztex: add -g to Makefile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyCherepanov authored and solardiz committed May 10, 2022
1 parent 5d11e93 commit b1b622f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ztex/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# modification, are permitted.

CC = gcc
CFLAGS = -c -Wall -O2
CFLAGS = -c -Wall -O2 -g
CFLAGS_TEST = -O
#LD = ld
RM = /bin/rm -f
Expand Down
2 changes: 1 addition & 1 deletion src/ztex/pkt_comm/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# modification, are permitted.

CC = gcc
CFLAGS = -c -Wall -O2
CFLAGS = -c -Wall -O2 -g

OBJS = pkt_comm.o word_gen.o word_list.o cmp_config.o inpkt.o init_data.o

Expand Down

0 comments on commit b1b622f

Please sign in to comment.