mirror of
https://codeberg.org/cblanken/boggler.git
synced 2026-07-25 19:19:20 -04:00
Add debug information to compilation flags
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
CC = gcc
|
||||
CFLAGS = -Wall -Werror -std=c17
|
||||
CFLAGS = -Wall -Werror -std=gnu17 -g3
|
||||
OBJS = boggler.o
|
||||
|
||||
all: $(OBJS)
|
||||
|
||||
Reference in New Issue
Block a user