repair Makefile to include -g in CFLAGS again
This commit is contained in:
parent
4e8bb86ddd
commit
3194981825
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
CC = gcc
|
||||
CFLAGS = -Og -Wall -Wextra -Werror
|
||||
CFLAGS = -Og -g -Wall -Wextra -Werror
|
||||
|
||||
objects = main.o input.o output.o encode.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue