makefiledir/Makefile.config_writer
changeset 4324 9682c016b892
parent 3900 2c84ed52709d
child 5108 aeaef6fe53b7
equal deleted inserted replaced
4323:ae32c5fab67b 4324:9682c016b892
    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))