aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index ecbd29a3..d1ffa81a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -269,7 +269,6 @@ def VIXLLibraryTarget(env):
# The VIXL library, built by default.
env = Environment(variables = vars)
ConfigureEnvironment(env)
-ProcessBuildOptions(env)
Help(vars.GenerateHelpText(env))
libvixl = VIXLLibraryTarget(env)
Default(libvixl)