Skip to content

Commit

Permalink
build script improvements
Browse files Browse the repository at this point in the history
* build: add Address Sanitizer support plus a few other changes

* build: simplified, updated args parsing and help related stuff

* build: prefer $() syntax

* build: use script path directly in BUILD_DIR var

* build: use physical path for script dir

* build: refactor and simplify the way features are handled. All features are now simply declared in uppercase at the script beginning

* build: use mkdir -p for build dir creation, we have no guarantee parent dirs exist

* build: add --skip-build, --install, --skip-config cmdline options

* build: update README.md according to this branch changes, support old option for backward compatibility
  • Loading branch information
edgomez authored and christte committed Apr 6, 2016
1 parent f37c22c commit 2279d77
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 169 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Building
### Release build

```bash
./build.sh --prefix /opt/darktable --buildtype Release
./build.sh --prefix /opt/darktable --build-type Release
```

### Debug build

```bash
./build.sh --prefix /opt/darktable --buildtype Debug
./build.sh --prefix /opt/darktable --build-type Debug
```


Expand Down
Loading

0 comments on commit 2279d77

Please sign in to comment.