
CC      = g++$(VERS) -DLEDA_MULTI_THREAD -pthread -Wall
PLAIN_C = gcc$(VERS) -DLEDA_MULTI_THREAD -pthread -Wall
CCLIB   = g++$(VERS) -pthread -shared -Wl,-undefined -Wl,dynamic_lookup
LD      = g++$(VERS) -pthread

PIC     = -fpic

CFLAGS  = -O2 -fno-strict-aliasing


