blob: 231be4d0cea64656042378fe6f474f60462aef3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- libtsfuncs/Makefile.orig 2023-07-11 19:18:33 UTC
+++ libtsfuncs/Makefile
@@ -4,8 +4,7 @@
MKDEP = $(CROSS)$(CC) -M -o $*.d $<
LIBRARY_LINK_OPTS = -L. -r
-CFLAGS = -O2 -ggdb -std=c99 -D_GNU_SOURCE
-CFLAGS += -Wall -Wextra -Wshadow -Wformat-security -Wstrict-prototypes
+CFLAGS += -std=c99 -D_GNU_SOURCE -Wall -Wextra -Wshadow -Wformat-security -Wstrict-prototypes
RM = /bin/rm -f
Q=@
|