mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
build fix for instance manager build on aix and hpux
server-tools/instance-manager/Makefile.am: remove -Wall and -W, not all compilers know these
This commit is contained in:
@ -61,7 +61,7 @@ client_settings.h:
|
||||
|
||||
libexec_PROGRAMS= mysqlmanager
|
||||
|
||||
mysqlmanager_CXXFLAGS= -Wall -W
|
||||
mysqlmanager_CXXFLAGS=
|
||||
|
||||
mysqlmanager_SOURCES= command.cc command.h mysqlmanager.cc \
|
||||
manager.h manager.cc log.h log.cc \
|
||||
|
Reference in New Issue
Block a user