Skip to content

Commit

Permalink
Add -debug=EventCoreLeakTrace
Browse files Browse the repository at this point in the history
  • Loading branch information
hewison-chris committed Mar 22, 2022
1 parent 1991b1c commit 6563ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],

"versions": [ "_GLIBCXX_USE_CXX98_ABI" ],
"dflags": [ "-extern-std=c++17", "-preview=in", "-revert=dtorfields" ],
"dflags": [ "-extern-std=c++17", "-preview=in", "-revert=dtorfields", "-debug=EventCoreLeakTrace" ],
"lflags-posix": [ "-lstdc++", "-lsqlite3" ],
"lflags-windows": [ "sqlite3.lib", "/nodefaultlib:msvcetd.lib" ],
"lflags-linux": [ "--export-dynamic" ],
Expand Down

0 comments on commit 6563ecb

Please sign in to comment.