mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-07 15:28:49 +00:00
Remove redundant comment from byterun/Makefile
This commit is contained in:
parent
388f986446
commit
df6fc6bcab
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
# FLAGS=-m32 -g2 -fstack-protector-all
|
FLAGS=-g -fstack-protector-all
|
||||||
FLAGS=-g2 -fstack-protector-all
|
|
||||||
|
|
||||||
all: byterun.o
|
all: byterun.o
|
||||||
$(CC) $(FLAGS) -o byterun byterun.o ../runtime/runtime.a
|
$(CC) $(FLAGS) -o byterun byterun.o ../runtime/runtime.a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue