Skip to content

Commit

Permalink
fix on glibc build
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerson Gomes committed Feb 21, 2020
1 parent 75f4702 commit f6bb8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV NM "gcc-nm"
RUN set -xe; \
cd /usr/src/glib*; \
mkdir build; cd build; \
CFLAGS="-O3 -march=native" CXXFLAGS=$CFLAGS ../configure --disable-sanity-checks --enable-static-nss; \
CFLAGS="-O3 -march=native" CXXFLAGS=$CFLAGS CPPFLAGS="" ../configure --disable-sanity-checks --enable-static-nss; \
make -j $(nproc) && make install

# Build Zlib
Expand Down

0 comments on commit f6bb8b4

Please sign in to comment.