Skip to content

Commit a3270cd

Browse files
committed
1 parent 058c5c9 commit a3270cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

11/alpine/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ RUN set -ex \
8888
--enable-integer-datetimes \
8989
--enable-thread-safety \
9090
--enable-tap-tests \
91-
# skip debugging info -- we want tiny size instead
92-
# --enable-debug \
91+
--enable-debug \
92+
--enable-cassert \
9393
--disable-rpath \
9494
--with-uuid=e2fs \
9595
--with-gnu-ld \
@@ -111,6 +111,7 @@ RUN set -ex \
111111
--with-libxml \
112112
--with-libxslt \
113113
--with-icu \
114+
CFLAGS="-ggdb -Og -g3 -fno-omit-frame-pointer" \
114115
&& make -j "$(nproc)" world \
115116
&& make install-world \
116117
&& make -C contrib install \

0 commit comments

Comments
 (0)