We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-O2
1 parent 823a575 commit aa3f246Copy full SHA for aa3f246
1 file changed
Dockerfile
@@ -91,8 +91,7 @@ ARG target_arch=arm-linux-gnueabihf
91
ARG target_arch_gcc=arm-linux-gnueabihf
92
ARG target_arch_dpkg=armhf
93
ARG target_arch_rust=armv7-unknown-linux-gnueabihf
94
-#TODO: bug with -O2 in armv7, see https://github.com/ElementsProject/lightning/issues/8501
95
-ARG COPTFLAGS="-O1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
+ARG COPTFLAGS="-O2 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
96
97
FROM base-builder-${TARGETOS}-${TARGETARCH} AS builder
98
0 commit comments