From b536dac898ee8eafdcca3678fe194b793a8b8c95 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 9 Sep 2021 20:59:23 +0200 Subject: [PATCH] Build: Add local.conf.example --- local.conf.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 local.conf.example diff --git a/local.conf.example b/local.conf.example new file mode 100644 index 0000000..4fdb937 --- /dev/null +++ b/local.conf.example @@ -0,0 +1,15 @@ +# 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 +# ENGINE_LIB_PATH=$(PREFIX)/lib +# ENGINE_INC_PATH=$(PREFIX)/include