mdbx-make: remote '-O3' for Elbrus (done by __hot attributes).

Change-Id: I6a3afeaf1ddf6d231941aae023dff89046bc4349
This commit is contained in:
Leo Yuriev 2018-04-03 20:06:45 +03:00
parent 797ae9d1db
commit f8eb423d36

View File

@ -23,11 +23,7 @@ suffix ?=
CC ?= gcc
CXX ?= g++
ifeq ($(shell (export LC_ALL=C; ($(CC) --version 2>&1; $(CC) -v 2>&1) | grep -q -i 'e2k' && echo yes)),yes)
CFLAGS ?= -O3 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden
else
CFLAGS ?= -O2 -g3 -Wall -Werror -Wextra -ffunction-sections -fPIC -fvisibility=hidden
endif
XCFLAGS ?= -DNDEBUG=1 -DMDBX_DEBUG=0 -DLIBMDBX_EXPORTS=1
CFLAGS += -D_GNU_SOURCE=1 -std=gnu11 -pthread $(XCFLAGS)