universe@753: # universe@753: # cc toolchain config universe@753: # universe@753: universe@753: CFLAGS = universe@753: DEBUG_CC_FLAGS = -g universe@753: RELEASE_CC_FLAGS = -O3 -DNDEBUG universe@753: LDFLAGS = universe@753: universe@753: SHLIB_CFLAGS = -fPIC universe@753: SHLIB_LDFLAGS = -shared