Subversion Repositories Kolibri OS

Rev

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

Rev 7543 Rev 7666
Line 1... Line 1...
1
Compiler                = gcc
1
Compiler                = gcc
Line -... Line 2...
-
 
2
 
2
 
3
Compatib_Posix = -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp
3
Compiler_Options       = -m32 -c -fno-exceptions -D_UNIX_
4
Compiler_Options       = -m32 -c -fno-exceptions -D_UNIX_ $(Compatib_Posix) -Wno-narrowing
Line 4... Line 5...
4
#Compiler_Options       = -c -fno-exceptions -O2 -D_WIN32_
5
#Compiler_Options       = -c -fno-exceptions -O2 -D_WIN32_
5
 
6