~scottydelicious666/brewtarget/brewtarget

« back to all changes in this revision

Viewing changes to configure

  • Committer: Philip Greggory Lee
  • Date: 2012-04-08 12:55:45 UTC
  • Revision ID: git-v1:58ed2bc64e52367cf35af94163775ceb07f823ed
Reversed a change from rev. 826 in configure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
3
3
PREFIX=""
4
 
CMAKEOPTIONS="-DDO_RELEASE_BUILD=OFF"
 
4
CMAKEOPTIONS="-DDO_RELEASE_BUILD=ON"
5
5
 
6
6
function printUsageAndExit {
7
7
   echo -e "Usage\n" \