Skip to content

Commit

Permalink
Add -fno-druntime to GDC BuildOptions; it is the betterC flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibara committed Oct 18, 2021
1 parent 4906205 commit 9b63ab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/dub/compilers/gdc.d
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class GDCCompiler : Compiler {
tuple(BuildOption.deprecationErrors, ["-Werror", "-Wdeprecated"]),
tuple(BuildOption.property, ["-fproperty"]),
//tuple(BuildOption.profileGC, ["-?"]),
tuple(BuildOption.betterC, ["-fno-druntime"]),

tuple(BuildOption._docs, ["-fdoc-dir=docs"]),
tuple(BuildOption._ddox, ["-fXf=docs.json", "-fdoc-file=__dummy.html"]),
Expand Down

0 comments on commit 9b63ab5

Please sign in to comment.