diff options
author | max99x <max99x@gmail.com> | 2011-06-25 22:19:39 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-06-25 22:19:39 +0300 |
commit | 37a1ccacaa79addac6094983897d67e0a8630160 (patch) | |
tree | 21fc7a4bf7e5b02f9740fdc88391ded716c935a1 /src/settings.js | |
parent | 86a02b61c67301015318a159c0beb619ff8a1178 (diff) |
Style cleanup for the previous commit.
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.js b/src/settings.js index b756822c..614a29ac 100644 --- a/src/settings.js +++ b/src/settings.js @@ -107,7 +107,7 @@ EXPORTED_GLOBALS = []; // Global non-function variables that are explicitly SHOW_LABELS = 0; // Show labels in the generated code -BUILD_AS_SHARED_LIB = 1; // Whether to build the code as a shared library, which +BUILD_AS_SHARED_LIB = 0; // Whether to build the code as a shared library, which // must be loaded dynamically using dlopen(). // Compiler debugging options |