The R Project SVN R

Rev

Rev 13849 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13849 Rev 37098
Line 22... Line 22...
22
 
22
 
23
# The name of your C compiler:
23
# The name of your C compiler:
24
CC= gcc -mno-cygwin
24
CC= gcc -mno-cygwin
25
 
25
 
26
# You may need to adjust these cc options:
26
# You may need to adjust these cc options:
27
CFLAGS= -O2  -I. -I$(srcdir)
27
CFLAGS= -O3 -I.
28
# Generally, we recommend defining any configuration symbols in jconfig.h,
28
# Generally, we recommend defining any configuration symbols in jconfig.h,
29
# NOT via -D switches here.
29
# NOT via -D switches here.
30
# However, any special defines for ansi2knr.c may be included here:
30
# However, any special defines for ansi2knr.c may be included here:
31
ANSI2KNRFLAGS= 
31
ANSI2KNRFLAGS= 
32
 
32