We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb258a1 commit 0a16bc1Copy full SHA for 0a16bc1
1 file changed
Makefile-eh
@@ -23,7 +23,7 @@ BUILD_LIBC_TOP_HALF ?= yes
23
OBJDIR ?= build/$(TARGET_TRIPLE)
24
# Whether to compile with PIC (needed for shared libs and dynamic linking)
25
PIC ?= no
26
-# Use legacy exception handling instead of the standardized exnref based one.
+# Use the standardized exnref-based exception handling instead of the legacy one.
27
EXNREF_EH ?= yes
28
# Whether to verify the build symbols against the expected symbol list.
29
# Disabling this is useful for development, where differences in the
0 commit comments