aboutsummaryrefslogtreecommitdiff
blob: 5a256de075dc064c0c8e52d3df32ba6863f74542 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- dmd2/dmd/src/posix.mak
+++ dmd2/dmd/src/posix.mak
@@ -233,7 +233,7 @@
 DFLAGS=
 override DFLAGS += -version=MARS $(PIC) -J$G
 # Enable D warnings
-override DFLAGS += -w -de
+override DFLAGS += -w

 # Append different flags for debugging, profiling and release.
 ifdef ENABLE_DEBUG