summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-03-20 10:47:56 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-03-20 10:48:09 +0200
commitbf1a38247f292301f3b75b3dacbef41cd0a1bb46 (patch)
tree1f257b6a84a8367745ec9dafdd1829babc08b5e2 /README.md
parent2024b70397aeea0b1533399831df6ba994b6be8d (diff)
Add LTO option
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 363be9a..030312f 100644
--- a/README.md
+++ b/README.md
@@ -54,11 +54,12 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
You can use the following cmake flags to control the build. Use `-DFLAG=VALUE` to set them.
-Option name | Values | Default
--------------------- | ------------- | --------
-CMAKE_BUILD_TYPE | Release/Debug | Release
-LIBKMS_ENABLE_PYTHON | ON/OFF | ON
-LIBKMS_ENABLE_KMSCUBE | ON/OFF | OFF
+Option name | Values | Default | Notes
+--------------------- | ------------- | -------- | --------
+CMAKE_BUILD_TYPE | Release/Debug | Release |
+LIBKMS_ENABLE_PYTHON | ON/OFF | ON |
+LIBKMS_ENABLE_KMSCUBE | ON/OFF | OFF |
+LIBKMS_ENABLE_LTO  | ON/OFF | OFF | Link Time Optimization
## Env variables