equal
deleted
inserted
replaced
30 $(call CONFIG_LINE,DEDICATED:=$(DEDICATED)) |
30 $(call CONFIG_LINE,DEDICATED:=$(DEDICATED)) |
31 $(call CONFIG_LINE,) |
31 $(call CONFIG_LINE,) |
32 |
32 |
33 $(call CONFIG_LINE,\# Disable asserts. Leave them on for easier bug finding) |
33 $(call CONFIG_LINE,\# Disable asserts. Leave them on for easier bug finding) |
34 $(call CONFIG_LINE,DISABLE_ASSERTS:=$(DISABLE_ASSERTS)) |
34 $(call CONFIG_LINE,DISABLE_ASSERTS:=$(DISABLE_ASSERTS)) |
|
35 $(call CONFIG_LINE,\# Disable threads. Useful if you do not like it and for testing) |
|
36 $(call CONFIG_LINE,NO_THREADS:=$(NO_THREADS)) |
35 $(call CONFIG_LINE,) |
37 $(call CONFIG_LINE,) |
36 |
38 |
37 $(call CONFIG_LINE,\# See Makefile for details on these paths) |
39 $(call CONFIG_LINE,\# See Makefile for details on these paths) |
38 $(call CONFIG_LINE,\# Folders should not end with /) |
40 $(call CONFIG_LINE,\# Folders should not end with /) |
39 $(call CONFIG_LINE,INSTALL:=$(INSTALL)) |
41 $(call CONFIG_LINE,INSTALL:=$(INSTALL)) |