summaryrefslogtreecommitdiffhomepage
path: root/SCIKit
diff options
context:
space:
mode:
Diffstat (limited to 'SCIKit')
-rw-r--r--SCIKit/build.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/SCIKit/build.json b/SCIKit/build.json
index 7c80f1a8..9bc72bfa 100644
--- a/SCIKit/build.json
+++ b/SCIKit/build.json
@@ -4,7 +4,7 @@
"headers_path": ["../"],
"sources_path": ["*.cxx"],
"output_name": "sci.dll",
- "compiler_flags": ["-fPIC", "-shared", "-Wl,--subsystem=17"],
- "cpp_macros": ["__SCI_IMPL__", "cSCIVersion=0x0100"]
+ "compiler_flags": ["-fPIC", "-ffreestanding", "-shared", "-fno-rtti", "-fno-exceptions", "-Wl,--subsystem=17"],
+ "cpp_macros": ["__SCI_IMPL__", "cSCIVersion=0x0100", "cSCIVersionHighest=0x0100", "cSCIVersionLowest=0x0100"]
}
\ No newline at end of file