Subversion Repositories Kolibri OS

Rev

Rev 5132 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5132 Rev 6549
Line 7... Line 7...
7
-- Default is optimizing by size. Override on per-project or per-file basis.
7
-- Default is optimizing by size. Override on per-project or per-file basis.
8
CFLAGS = CFLAGS_OPTIMIZE_SIZE
8
CFLAGS = CFLAGS_OPTIMIZE_SIZE
Line 9... Line 9...
9
 
9
 
10
CFLAGS_c = "" -- extra flags for *.c
10
CFLAGS_c = "" -- extra flags for *.c
11
CFLAGS_cpp = " -fno-rtti" -- extra flags for *.cpp
11
CFLAGS_cpp = " -fno-rtti" -- extra flags for *.cpp
12
LDFLAGS = "-nostdlib -n --file-alignment=16 --section-alignment=16"
12
LDFLAGS = "-static -nostdlib -n --file-alignment=16 --section-alignment=16"
13
INCLUDES = ""
13
INCLUDES = ""
14
LIBS = ""
14
LIBS = ""
15
LIBDEPS = {}
15
LIBDEPS = {}