From bf1a38247f292301f3b75b3dacbef41cd0a1bb46 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Sun, 20 Mar 2016 10:47:56 +0200 Subject: Add LTO option --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3