summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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