Mentioned -opt in the README.

This commit is contained in:
Alexander Gorshenev
2016-12-07 12:30:24 +03:00
committed by alexander-gorshenev
parent 140587641a
commit 44d07ef829
+5 -1
View File
@@ -4,7 +4,7 @@ Download dependencies:
./gradlew dependencies:update
Then build the compiler
Then build the compiler:
./gradlew dist
@@ -12,6 +12,10 @@ After that you should be able to compile your programs like that:
./dist/bin/konanc hello.kt -o hello
For an optimized compilation use -opt:
./dist/bin/konanc hello.kt -o hello -opt
For more tests, use:
./gradlew backend.native:tests:run