corelib/default-config

13 lines
211 B
Text
Raw Normal View History

# vim: syntax=make
BUILD_STATIC_LIB = n
BUILD_DYNAMIC_LIB = y
DEBUG = n
OPTIMIZE = y
BUILD_TESTS = y
2018-12-16 11:57:58 +01:00
OUTDIRBASE = output
export BUILD_STATIC_LIB BUILD_DYNAMIC_LIB DEBUG OPTIMIZE BUILD_TESTS
2018-12-16 11:57:58 +01:00
export OUTDIRBASE