Skip to content

Commit

Permalink
removed -g flag
Browse files Browse the repository at this point in the history
  • Loading branch information
beatwise committed Nov 24, 2024
1 parent 3b53e28 commit 407fcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/xcb_cairo/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Target
BIN = demo
CFLAGS += -std=c89 -pedantic -g
CFLAGS += -std=c89 -pedantic
LDFLAGS += -lm
SRC = ${wildcard *.c}
OBJ = $(SRC:.c=.o)
Expand Down

0 comments on commit 407fcc0

Please sign in to comment.