Skip to content

Commit b56ae79

Browse files
committed
Switch back to RelWithDebInfo builds after stabilizing CI
1 parent aa3abe7 commit b56ae79

File tree

1 file changed

+1
-1
lines changed
  • ci/ubuntu-24.04-noble/debian

1 file changed

+1
-1
lines changed

ci/ubuntu-24.04-noble/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ override_dh_auto_configure:
1313
-Wno-dev \
1414
-DCMAKE_INSTALL_PREFIX=/opt/hhvm/$(DEB_VERSION_UPSTREAM) \
1515
-DMYSQL_UNIX_SOCK_ADDR=/var/run/mysqld/mysqld.sock \
16-
-DCMAKE_BUILD_TYPE=Debug \
16+
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
1717
-DCLANG_FORCE_LIBCPP=On \
1818
-DFORCE_BUNDLED_LZ4=Off \
1919
-DENABLE_XED=On \

0 commit comments

Comments
 (0)