10 lines
280 B
Text
10 lines
280 B
Text
|
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
|