aboutsummaryrefslogtreecommitdiff
path: root/381
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /381
Initial versionHEADmain
Diffstat (limited to '381')
-rw-r--r--381/index.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/381/index.md b/381/index.md
new file mode 100644
index 0000000..7e3dcdd
--- /dev/null
+++ b/381/index.md
@@ -0,0 +1,20 @@
+Title: Build without asserts by default
+Author: rodarima
+Created: Sun, 13 Apr 2025 17:00:55 +0000
+State: open
+
+Asserts are not intended to be used in performance builds. We should first make sure that we can disable them safely and then add `-DNDEBUG` to the flags by default. We probably should add a `--enable-debug` which also controls thhe optimization levels, debug information (-g) and leaving the frame pointer.
+
+--%--
+From: rodarima
+Date: Sun, 13 Apr 2025 17:03:58 +0000
+
+My eyes...
+
+https://github.com/dillo-browser/dillo/blob/b804f4a6a3950fb13342e687acfa51b5c2157625/lout/container.cc#L139-L147
+
+--%--
+From: rodarima
+Date: Sun, 13 Apr 2025 18:48:33 +0000
+
+Introduced here: https://github.com/dillo-browser/dillo/commit/0856f155988da7dfc10eee25157525466ab32f20 \ No newline at end of file