Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2018-07-03 09:56:43 +0300
committerGitHub <noreply@github.com>2018-07-03 09:56:43 +0300
commit4e6b22f269e85d65dc37203eae1e16544f0f91df (patch)
tree058a455638feacaad75d8089bea749468e2ea27e /README.md
parent664b1d01b7578db393e6b95ccbc29cfca18ef405 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 65207822..ad0aa810 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Named in honour of Marian Rejewski, a Polish mathematician and cryptologist.
cd marian-dev
mkdir -p build
cd build
-cmake .. -DCMAKE_BUILD_TYPE=relwithdebinfo
+cmake .. -DCMAKE_BUILD_TYPE=Release
make -j
```