Lichen

Change of templates/Makefile

667:10750eb0e8b8
templates/Makefile normal-function-parameters
     1.1 --- a/templates/Makefile	Tue Mar 07 00:28:18 2017 +0100
     1.2 +++ b/templates/Makefile	Tue Mar 07 17:20:27 2017 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  
     1.5  SRC += calls.c exceptions.c main.c ops.c progops.c progtypes.c
     1.6  OBJ = $(SRC:.c=.o)
     1.7 -CFLAGS += -Wall -I. -finput-charset=UTF-8 -O2
     1.8 +CFLAGS += -Wall -I. -finput-charset=UTF-8
     1.9  LDFLAGS += -lm -lgc
    1.10  
    1.11  ifdef ARCH