2023-08-16 22:26:55 +00:00
|
|
|
Index: deps/base64/base64/Makefile
|
|
|
|
--- deps/base64/base64/Makefile.orig
|
|
|
|
+++ deps/base64/base64/Makefile
|
2024-05-26 03:08:12 +00:00
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
CFLAGS += -std=c99 -O3 -Wall -Wextra -pedantic -DBASE64_STATIC_DEFINE
|
|
|
|
-
|
|
|
|
+CFLAGS += -std=c99 -Wall -Wextra -pedantic -DBASE64_STATIC_DEFINE
|
2023-08-16 22:26:55 +00:00
|
|
|
# Set OBJCOPY if not defined by environment:
|
|
|
|
OBJCOPY ?= objcopy
|
2024-05-26 03:08:12 +00:00
|
|
|
|