diff options
Diffstat (limited to 'xmake/actions/build/kinds/object.lua')
| -rwxr-xr-x | xmake/actions/build/kinds/object.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/build/kinds/object.lua b/xmake/actions/build/kinds/object.lua index a1adb5d0f..ed4806822 100755 --- a/xmake/actions/build/kinds/object.lua +++ b/xmake/actions/build/kinds/object.lua @@ -120,7 +120,7 @@ function _build(target, g, index) end -- complie it and enable multitasking - compiler.compile(sourcefile, objectfile, incdepfile, target, true) + compiler.compile(sourcefile, objectfile, incdepfile, target) end -- build objects for the given target |
