summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-01-20 08:48:42 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-01-20 08:48:42 +0100
commit0fdaab2f96ed10c41ec4b58b70596aa394ced22a (patch)
tree968dae7c81ef34740373035cdca2e7b403af2971 /makefile
parent25194394a46a10d05995166f5879375464682b2a (diff)
Make SYMLEVEL=1 for full builds, and when custom builds are made save more debug info, otherwise it is not possible to create working executable (is over 2GB) for full build (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index c53143ab4d2..636d1e50641 100644
--- a/makefile
+++ b/makefile
@@ -456,9 +456,12 @@ endif
# set the symbols level
ifdef SYMBOLS
ifndef SYMLEVEL
+SYMLEVEL = 1
+ifdef SOURCES
SYMLEVEL = 2
endif
endif
+endif
ifdef TOOLS
PARAMS += --with-tools