forked from KolibriOS/kolibrios
oberon07: Option -nochk a by default
This option disables runtime checks to reduce binary file size. Signed-off-by: Max Logaev <maxlogaev@proton.me>
This commit is contained in:
@@ -6,6 +6,4 @@ end
|
||||
|
||||
tup.include(HELPERDIR .. "/use_ob07.lua")
|
||||
|
||||
OB07_FLAGS = OB07_FLAGS .. "-nochk a "
|
||||
|
||||
build_ob07({"SRC/CEdit.ob07"}, "cedit");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
OB07 = tup.getcwd() .. "/develop/oberon07/compiler"
|
||||
OB07_FLAGS = "-stk 1 "
|
||||
OB07_FLAGS = "-stk 1 -nochk a"
|
||||
|
||||
function build_ob07(input, output)
|
||||
tup.rule(input, OB07 .. " %f kosexe -out %o " .. OB07_FLAGS .. " " .. tup.getconfig("KPACK_CMD"), output)
|
||||
|
||||
Reference in New Issue
Block a user