15 lines
466 B
Plaintext
15 lines
466 B
Plaintext
# 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++
|
|
# LANG_VERSION=c++14
|
|
# DEBUG=1 # DEBUG Build (Default)
|
|
# DEBUG=0 # RELEASE Build
|
|
|
|
############# DIRS #############
|
|
# PREFIX=$(HOME)/local
|
|
# PREFIX_GTEST=/opt/local/ |