summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorjmigual <j.marce.igual@gmail.com>2018-06-26 13:24:42 +0200
committerjmigual <j.marce.igual@gmail.com>2018-06-26 13:24:42 +0200
commitab3094a62aae194f5a3bda78579f7a97392a536c (patch)
treef0355ad19e9251dfe918ed8e4ab1d4dd2efe9cda /SConstruct
parent027015e4839a6aaf0c61b2a9f874900197fd7d19 (diff)
Add better description in SConstruct build parameters
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 3 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index d972fa0572..7a48059c6b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -12,10 +12,11 @@ import os
# iX86-linux-gnu
# x86_64-linux-gnu
-# platform = [win, osx, bsd, linux]
+# target = [windows, osx, bsd, linux]
# machine = [iX86, x86_64, powerpc, powerpc64]
# toolchain = [gnu, msvc]
-# target = [debug, release]
+# build = [debug, release]
+# optimize = [off, portable, native, legacy, fastbuild, 0, 1, 2]
# If you don't specify your platform, we autodetect platform/machine using
# python. If you don't specify your machine then we pick iX86 by default