We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409f145 commit 76b51d9Copy full SHA for 76b51d9
config.site
@@ -90,6 +90,13 @@
90
## DEFS="-DC99_INLINE_SEMANTICS=0"
91
## DEFS=
92
93
+## no-return flag
94
+## Header R-exts/Error.h contains alternaive definitions for the NORET
95
+## macro, depending on the C standard found. If the compiler does not
96
+## comply (and GCC pre=15 did not in 2024-12), use this to pick one of the
97
+## others, or even define to be empty.
98
+## NORET=
99
+
100
## The following additional CFLAGS to be used only in the main
101
## compilation and only in building shared objects respectively.
102
## For example, on some systems one needs 'MAIN_CFLAGS=-pg' when
0 commit comments