Skip to content
Snippets Groups Projects
Commit 387bf300 authored by Jason Hiser's avatar Jason Hiser
Browse files

added max-errors=2

parent 5ec474fb
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ libpath='''
if sysname=="SunOS":
myenv.Append(LINKFLAGS=" -xldscope=global ") # export all symbols
else:
myenv.Append(CCFLAGS=" -Wall -Werror")
myenv.Append(CCFLAGS=" -Wall -Werror -fmax-errors=2")
myenv.Append(LINKFLAGS=" -Wl,-E ") # export all symbols
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment