diff options
-rw-r--r-- | Parser/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/Makefile.in b/Parser/Makefile.in index 899ad92..6a8fc21 100644 --- a/Parser/Makefile.in +++ b/Parser/Makefile.in @@ -51,7 +51,7 @@ $(LIB): $(PARSEROBJS) $(RANLIB) $(LIB) $(PGEN): $(PGENOBJS) $(LIB) - $(CC) $(PGENOBJS) $(LIB) -o $(PGEN) + $(CC) $(OPT) $(PGENOBJS) $(LIB) -o $(PGEN) clean: -rm -f *.o core *~ [@,#]* *.old *.orig *.rej |