8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
|
|
# for gcc the max. template depth has to be increased
|
||
|
|
ifeq ($(CXX_COMP),g++)
|
||
|
|
CXX_DEFS += -ftemplate-depth-100 -fPIC
|
||
|
|
endif
|
||
|
|
|
||
|
|
# place links to all executables in ./bin
|
||
|
|
BINARY_DIR := bin
|