mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
- added missing option "--without-embedded" to be able to compile without
the embedded server (it was missing in the previous push)
This commit is contained in:
@ -51,6 +51,7 @@ GetOptions(
|
||||
"with-low-memory",
|
||||
"with-other-libc=s",
|
||||
"with-small-disk",
|
||||
"without-embedded",
|
||||
) || usage();
|
||||
|
||||
usage() if ($opt_help);
|
||||
|
Reference in New Issue
Block a user