about summary refs log tree commit diff
path: root/default.bam
diff options
context:
space:
mode:
Diffstat (limited to 'default.bam')
-rw-r--r--default.bam6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.bam b/default.bam
index 839c2cba..9078a232 100644
--- a/default.bam
+++ b/default.bam
@@ -95,9 +95,9 @@ config_name = "debug"
 config_ext = ""
 
 settings = NewSettings()
-settings.cc.output = function(input, extention)
-	return Path("objs/" .. PathFilename(input) .. config_ext .. extention)
-end
+--settings.cc.output = function(input, extention)
+--	return Path("objs/" .. PathFilename(input) .. config_ext .. extention)
+--end
 
 baselib_options = {}
 baselib_options.settings = settings