diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2023-07-21 20:33:23 -0700 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2023-07-21 20:33:23 -0700 |
| commit | 247ea16cad1f78f57bdb00decfba602e3455372f (patch) | |
| tree | 479a3a0f8aef5ed84056c94a64df55a9db7ea6ba | |
| parent | 5843905b73616abe5d3180c7fb1c6dfefde93b3c (diff) | |
| download | libbu++-247ea16cad1f78f57bdb00decfba602e3455372f.tar.gz libbu++-247ea16cad1f78f57bdb00decfba602e3455372f.tar.bz2 libbu++-247ea16cad1f78f57bdb00decfba602e3455372f.tar.xz libbu++-247ea16cad1f78f57bdb00decfba602e3455372f.zip | |
No debugging in git.
Diffstat (limited to '')
| -rw-r--r-- | default.bld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.bld b/default.bld index 2077185..727bfa5 100644 --- a/default.bld +++ b/default.bld | |||
| @@ -16,8 +16,8 @@ include "gensigs.bld"; | |||
| 16 | CXXFLAGS += "-ggdb -W -Wall -I."; | 16 | CXXFLAGS += "-ggdb -W -Wall -I."; |
| 17 | 17 | ||
| 18 | // Deep memory checks | 18 | // Deep memory checks |
| 19 | CXXFLAGS += "-fsanitize=address -fno-omit-frame-pointer"; | 19 | #CXXFLAGS += "-fsanitize=address -fno-omit-frame-pointer"; |
| 20 | LDFLAGS += "-fsanitize=address -fno-omit-frame-pointer"; | 20 | #LDFLAGS += "-fsanitize=address -fno-omit-frame-pointer"; |
| 21 | 21 | ||
| 22 | //CXXFLAGS += "-pg"; | 22 | //CXXFLAGS += "-pg"; |
| 23 | //LDFLAGS += "-pg"; | 23 | //LDFLAGS += "-pg"; |
