Skip to content
Snippets Groups Projects
Commit acc13e4a authored by PeiYong Zhang's avatar PeiYong Zhang
Browse files

Set to optimization Level 2 on hp-11/aCC

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175659 13f79535-47bb-0310-9956-ffa450edef68
parent 415cd90d
No related branches found
No related tags found
No related merge requests found
......@@ -264,6 +264,8 @@ if test $debug = "off"; then
debugflag="-w -O2";
elif test $platform = "aix"; then
debugflag="-w -O2";
elif test $platform = "hp-11"; then
debugflag="-w +O1";
else
debugflag="-w -O";
fi
......
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