forked from pEp.foundation/CXX-project-template
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
419 B
13 lines
419 B
# This is an Example build config file (local.conf)
|
|
# you might not need this file, but if the defaults dont work for you
|
|
# You can override them here.
|
|
# Tweak the values to your needs and rename it to local.conf
|
|
|
|
######### C++ Compiler #########
|
|
# Should work with clang and g++
|
|
# CXX=g++
|
|
# DEBUG=1 # DEBUG Build (Default)
|
|
# DEBUG=0 # RELEASE Build
|
|
|
|
############# DIRS #############
|
|
# PREFIX=$(HOME)/local
|
|
|