Skip to content

Commit 827af1e

Browse files
committed
Updates.
1 parent bfa8d2b commit 827af1e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.rabs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- ROOT --
1+
:< ROOT >:
22

33
%include common.rabs
44

common.rabs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ c_program := fun(Executable, Objects, Libraries) do
4545
end
4646
Executable[Objects, Libraries] => fun(Executable) do
4747
execute('cc', '-o', Executable, Objects, Libraries, LDFLAGS)
48-
--DEBUG or execute('strip', Executable)
4948
end
5049
DEFAULT[Executable]
5150
ret Executable

0 commit comments

Comments
 (0)