Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Archive
Alchemy Viewer
Commits
985133d7
Commit
985133d7
authored
14 years ago
by
Christian Goetze (CG)
Browse files
Options
Downloads
Patches
Plain Diff
Polish build settings for the split between debug and release builds.
parent
7545d620
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
BuildParams
+9
-1
9 additions, 1 deletion
BuildParams
with
9 additions
and
1 deletion
BuildParams
+
9
−
1
View file @
985133d7
...
...
@@ -150,24 +150,32 @@ viewer-public_coverity.coverity_product = viewer
viewer-development.show_changes_since = 2-1-release
# Build Settings
viewer-development_coverity.build_coverity = true
viewer-development_coverity.coverity_product = viewer
viewer-development.build_Linux = true
viewer-development_debug.build_Linux = false
viewer-development_coverity.build_Linux = false
viewer-development.build_Darwin = true
viewer-development.build_Darwin_Debug = false
viewer-development.build_Darwin_RelWithDebInfo = false
viewer-development.build_Darwin_Release = true
viewer-development_debug.build_Darwin_Debug = true
viewer-development_debug.build_Darwin_RelWithDebInfo = true
viewer-development_debug.build_Darwin_Release = false
viewer-development_coverity.build_Darwin = false
viewer-development.build_CYGWIN = true
viewer-development.build_CYGWIN_Debug = false
viewer-development.build_CYGWIN_RelWithDebInfo = false
viewer-development.build_CYGWIN_Release = true
viewer-development_debug.build_CYGWIN_Debug = true
viewer-development_debug.build_CYGWIN_RelWithDebInfo = true
viewer-development_debug.build_CYGWIN_Release = false
viewer-development_coverity.build_coverity = true
viewer-development_coverity.build_CYGWIN_Debug = false
viewer-development_coverity.build_CYGWIN_RelWithDebInfo = false
viewer-development_coverity.build_CYGWIN_Release = true
# Channels etc....
viewer-development.viewer_channel = "Second Life Development"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment