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

PIC     = -fpic

CFLAGS  = -O2 -fno-strict-aliasing

