mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
8 lines
225 B
Text
8 lines
225 B
Text
|
|
||
|
INCLUDES =
|
||
|
LDADD = $(top_srcdir)/ndb/src/common/portlib/gcc.cpp $(LDADD_LOC)
|
||
|
DEFS = @DEFS@ @NDB_DEFS@
|
||
|
# ndb cannot be compiled with -fno-implicit-templaces
|
||
|
NDB_CXXFLAGS=-fimplicit-templates
|
||
|
##use AM_CXXFLAGS for other flags
|