Removed '-pipe' compiler flags, as it is not available on all platforms.
This commit is contained in:
parent
7d75b131ef
commit
4de47af6fa
@ -590,7 +590,6 @@ env.Append(CPPPATH = [ '.' ])
|
|||||||
|
|
||||||
env.Append(CPPDEFINES = ['_REENTRANT=1'])
|
env.Append(CPPDEFINES = ['_REENTRANT=1'])
|
||||||
|
|
||||||
env.Append(CXXFLAGS = ['-pipe'])
|
|
||||||
env.Append(CXXFLAGS = ['-W'])
|
env.Append(CXXFLAGS = ['-W'])
|
||||||
env.Append(CXXFLAGS = ['-Wall'])
|
env.Append(CXXFLAGS = ['-Wall'])
|
||||||
env.Append(CXXFLAGS = ['-ansi'])
|
env.Append(CXXFLAGS = ['-ansi'])
|
||||||
@ -1831,7 +1830,7 @@ EXTRA_CFLAGS="$EXTRA_CFLAGS $lt_prog_compiler_pic"
|
|||||||
|
|
||||||
""")
|
""")
|
||||||
|
|
||||||
compilerFlags = [ '-pipe', '-ansi', '-pedantic', '-W', '-Wall', '-Wpointer-arith', '-Wold-style-cast', '-Wconversion' ]
|
compilerFlags = [ '-ansi', '-pedantic', '-W', '-Wall', '-Wpointer-arith', '-Wold-style-cast', '-Wconversion' ]
|
||||||
|
|
||||||
for f in compilerFlags:
|
for f in compilerFlags:
|
||||||
configure_in.write('# ' + f + '\n')
|
configure_in.write('# ' + f + '\n')
|
||||||
|
Loading…
Reference in New Issue
Block a user