Skip to content

Commit

Permalink
fix(dbg): symbols were no longer included (MODFLOW-USGS#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjr-deltares authored Sep 5, 2023
1 parent a1f244d commit 120b118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/build_vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
if args.buildtype == "release":
setup_flag = ["-Doptimization=2"]
elif args.buildtype == "debug":
setup_flag = ["-Doptimization=0"]
setup_flag = ["-Ddebug=true", "-Doptimization=0"]

if not os.path.isdir(builddir):
command = [
Expand Down

0 comments on commit 120b118

Please sign in to comment.