mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
[t:4575] Got rid of a little too much. . Closes #4575.
git-svn-id: file:///svn/toku/tokudb@40377 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
8b3036c56c
commit
98f242bc33
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ endif
|
||||||
CFLAGS = $(GCC_VERSION_SPECIFIC_WARNINGS) -Wall -W -Werror -g $(OPTFLAGS)
|
CFLAGS = $(GCC_VERSION_SPECIFIC_WARNINGS) -Wall -W -Werror -g $(OPTFLAGS)
|
||||||
CPPFLAGS = -I. -I../toku_include
|
CPPFLAGS = -I. -I../toku_include
|
||||||
|
|
||||||
|
ifeq ($(CC),icc)
|
||||||
|
CFLAGS += -diag-disable 188
|
||||||
|
endif
|
||||||
|
|
||||||
default: ../include/db.h
|
default: ../include/db.h
|
||||||
|
|
||||||
../include/db.h: make_tdb
|
../include/db.h: make_tdb
|
||||||
|
|
Loading…
Add table
Reference in a new issue