Skip to content

Commit 4e7d560

Browse files
committed
chore: default cppflags to empty
1 parent 19fb404 commit 4e7d560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
3131
ENV DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)"
3232

3333
# Configure processor optimised build
34-
ARG CPPFLAGS="-mcpu=neoverse-n1"
34+
ARG CPPFLAGS
3535
ENV DEB_CPPFLAGS_APPEND="${CPPFLAGS} -fsigned-char"
3636

3737
RUN apt-get build-dep -y postgresql-common pgdg-keyring && \

0 commit comments

Comments
 (0)