You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -189,6 +205,16 @@ cmake_dependent_option(BUILD_FOR_FUZZING "Build for fuzzing. Enabling this will
189
205
190
206
option(INSTALL_MAN"Install man pages."ON)
191
207
208
+
set(APPEND_CPPFLAGS""CACHESTRING"Preprocessor flags that are appended to the command line after all other flags added by the build system. This variable is intended for debugging and special builds.")
209
+
set(APPEND_CFLAGS""CACHESTRING"C compiler flags that are appended to the command line after all other flags added by the build system. This variable is intended for debugging and special builds.")
210
+
set(APPEND_CXXFLAGS""CACHESTRING"(Objective) C++ compiler flags that are appended to the command line after all other flags added by the build system. This variable is intended for debugging and special builds.")
211
+
set(APPEND_LDFLAGS""CACHESTRING"Linker flags that are appended to the command line after all other flags added by the build system. This variable is intended for debugging and special builds.")
212
+
# Appending to this low-level rule variables is the only way to
213
+
# guarantee that the flags appear at the end of the command line.
0 commit comments