summaryrefslogtreecommitdiffhomepage
path: root/GXKit
diff options
context:
space:
mode:
Diffstat (limited to 'GXKit')
-rw-r--r--GXKit/build.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/GXKit/build.json b/GXKit/build.json
index 284fb1b9..824c6b1d 100644
--- a/GXKit/build.json
+++ b/GXKit/build.json
@@ -2,9 +2,9 @@
"compiler_path": "x86_64-w64-mingw32-gcc",
"compiler_std": "c++20",
"headers_path": ["../", "./"],
- "sources_path": ["*.c", "*.cxx", "*.S"],
+ "sources_path": ["*.c"],
"output_name": "gx.dll",
- "compiler_flags": ["-ffreestanding", "-shared", "-std=c17", "-std=c++20", "-fno-rtti", "-fno-exceptions", " -Wl,--subsystem=17"],
+ "compiler_flags": ["-ffreestanding", "-shared", "-std=c17", " -Wl,--subsystem=17"],
"cpp_macros": ["__NEWOSKRNL__", "__DDK_AMD64__", "cGXVersionHighest=1", "cGXVersionLowest=1"]
}
\ No newline at end of file