Don't use the -n option!
This commit is contained in:
parent
321fa30a5f
commit
e203ddb7b6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ CEMPP = $(BIN)/cpp
|
||||||
# What C compiler to use and how
|
# What C compiler to use and how
|
||||||
CC = cc
|
CC = cc
|
||||||
COPTIONS =
|
COPTIONS =
|
||||||
LFLAGS = -n
|
LDFLAGS = -i
|
||||||
|
|
||||||
# What parser generator to use and how
|
# What parser generator to use and how
|
||||||
GEN = $(EMHOME)/bin/LLgen
|
GEN = $(EMHOME)/bin/LLgen
|
||||||
|
|
Loading…
Add table
Reference in a new issue