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

PIC     = -fpic

CFLAGS  = -O2 -fno-strict-aliasing

