mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Compile more stuff during make dist to detect more errors already during bootstrap.
This commit is contained in:
parent
030558e17e
commit
e040ac612f
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@ fi
|
|||
# Make sure to enable all features that affect "make dist"
|
||||
./configure \
|
||||
--with-embedded-server \
|
||||
--with-archive-storage-engine \
|
||||
--with-blackhole-storage-engine \
|
||||
--with-csv-storage-engine \
|
||||
--with-example-storage-engine \
|
||||
--with-federated-storage-engine \
|
||||
--with-berkeley-db \
|
||||
--with-innodb \
|
||||
--enable-thread-safe-client \
|
||||
|
|
Loading…
Reference in a new issue