Mentioned -opt in the README.
This commit is contained in:
committed by
alexander-gorshenev
parent
140587641a
commit
44d07ef829
@@ -4,7 +4,7 @@ Download dependencies:
|
|||||||
|
|
||||||
./gradlew dependencies:update
|
./gradlew dependencies:update
|
||||||
|
|
||||||
Then build the compiler
|
Then build the compiler:
|
||||||
|
|
||||||
./gradlew dist
|
./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
|
./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:
|
For more tests, use:
|
||||||
|
|
||||||
./gradlew backend.native:tests:run
|
./gradlew backend.native:tests:run
|
||||||
|
|||||||
Reference in New Issue
Block a user