Updated Linux Build (markdown)

Yuri Kunde Schlesner 2015-02-09 00:48:52 -02:00
parent 8b0e93d541
commit 66c3de5acb

@ -53,7 +53,7 @@ Optionally, you can use "cmake -i .." to adjust various options (e.g. disable th
### Building with debug symbols: ### Building with debug symbols:
``` ```
cmake .. -DCMAKE_BUILD_TYPE=Debug cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
make make
``` ```