
CC      = g++$(VERS) -Wall -Werror -DLEDA_MULTI_THREAD -DLEDA_USE_MEMORY_SYS -pthread
PLAIN_C = gcc$(VERS) -Wall -DLEDA_MULTI_THREAD -pthread
CCLIB   = g++$(VERS) -pthread -shared
LD      = g++$(VERS) -pthread

PIC     = -fpic

CFLAGS  = -O2 -fno-strict-aliasing

