Skip to content
Snippets Groups Projects
Commit 10ab0849 authored by jdh8d's avatar jdh8d
Browse files

Werror on plugins, removed unnecessary bits from umbrella. moved out appfw.

parent c998becb
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ libpath='''
'''
if sysname != "SunOS":
myenv.Append(CCFLAGS=" -Wall ")
myenv.Append(CCFLAGS=" -Wall -Werror ")
myenv.Append(CXXFLAGS=" -std=c++11 ")
myenv=myenv.Clone(CPPPATH=Split(cpppath), LIBS=Split(libs), LIBPATH=Split(libpath), SHLIBSUFFIX=".zpi", SHLIBPREFIX="")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment