summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CompilerFrontend/cl/compiler.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/CompilerFrontend/cl/compiler.d b/CompilerFrontend/cl/compiler.d
index b2cb8f5..8a4f6ca 100644
--- a/CompilerFrontend/cl/compiler.d
+++ b/CompilerFrontend/cl/compiler.d
@@ -66,7 +66,7 @@ public class CompileCommand
import std.datetime;
- mcc_summon_executable("/usr/local/bin/bin/cpp --define __LP64__ 1 --define __NC64K__ 1 --define __NEWCPU__ 1 --define __STDC__ 1 --define __HISYS__ 1 " ~
+ mcc_summon_executable("/usr/local/bin/bin/cpp --define __LP64__ 1 --define __NC64K__ 1 --define __NEWCPU__ 1 --define __STDC__ 1 --define __BELL__ 1 " ~
"--define __FILE__ " ~ file ~ " --define __DATE__ " ~ Clock.currTime(UTC()).toString()
~ " " ~
" --working-dir ./ --include-dir " ~ includePath ~ " " ~ file);