ports/lang/node/patches/patch-deps_base64_base64_Makefile

10 lines
280 B
Text
Raw Normal View History

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