Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6745 → Rev 6764

/programs/fs/unzip60/kolibri/Makefile.gcc
20,7 → 20,9
NOASM=1
CC_CPU_OPT=-march=pentium
#USEZLIB=1
#DEBUG=1
 
 
### Optional section
 
# The following options allow to override the default assembler code usage
127,9 → 129,9
LD_WARN_OPT =
 
# Debug version
CC_DEBUG_OPT = -g
CC_DEBUG_OPT = -g -DDEBUG
AS_DEBUG_OPT = $(CC_DEBUG_OPT)
LD_DEBUG_OPT = $(CC_DEBUG_OPT)
LD_DEBUG_OPT = -g
 
# Release version
CC_RELEASE_OPT =