summaryrefslogtreecommitdiff
path: root/autobuild.xml
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2015-11-05 17:38:55 -0500
committerOz Linden <oz@lindenlab.com>2015-11-05 17:38:55 -0500
commit51fbdbe2a6ba27394f6938c965acbc0470a0870d (patch)
tree4aa7a98446d7949edfe498a2192886928faf6231 /autobuild.xml
parent06dfd985214afa017a6718b3b3a627bf27e46fa3 (diff)
correct doxygen configuration
Diffstat (limited to 'autobuild.xml')
-rwxr-xr-xautobuild.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/autobuild.xml b/autobuild.xml
index 3eab52608b..e73ebce825 100755
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -2476,7 +2476,7 @@
<map>
<key>arguments</key>
<array>
- <string>Doxyfile</string>
+ <string>doxygen/Doxyfile</string>
</array>
<key>command</key>
<string>doxygen</string>
@@ -2508,7 +2508,7 @@
<map>
<key>options</key>
<array>
- <string>-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo</string>
+ <string>-DCMAKE_BUILD_TYPE:STRING=Release</string>
<string>-DWORD_SIZE:STRING=32</string>
<string>-DROOT_PROJECT_NAME:STRING=SecondLife</string>
<string>-DINSTALL_PROPRIETARY=TRUE</string>