(svn r5978) -Add: allow a switch in Makefile.config to disable threads in OpenTTD (no matter what system you are on). Only useful for testing.
This commit is contained in:
@@ -32,6 +32,8 @@ $(MAKE_CONFIG):
|
||||
|
||||
$(call CONFIG_LINE,\# Disable asserts. Leave them on for easier bug finding)
|
||||
$(call CONFIG_LINE,DISABLE_ASSERTS:=$(DISABLE_ASSERTS))
|
||||
$(call CONFIG_LINE,\# Disable threads. Useful if you do not like it and for testing)
|
||||
$(call CONFIG_LINE,NO_THREADS:=$(NO_THREADS))
|
||||
$(call CONFIG_LINE,)
|
||||
|
||||
$(call CONFIG_LINE,\# See Makefile for details on these paths)
|
||||
|
||||
Reference in New Issue
Block a user