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
cmake: Fix passing SECP256K1_APPEND_CFLAGS to clang-cl
This change also makes the compile invocation string more natural by
ensuring flags do not follow source files.
Linker flags are also amended for consistency.
# guarantee that the flags appear at the end of the command line.
287
287
set(SECP256K1_APPEND_CFLAGS ""CACHESTRING"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.")
set(SECP256K1_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.")
0 commit comments