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
Looking at the LIBC_FLAGS valu in source code, and the assigned values to LDFLAGS. I think that compiler flags are commonly assigned to a CFLAGS variables and LDFLAGS for linker flags.
Possible implementation
Just use a CFLAGS variable for compiler flags.
The text was updated successfully, but these errors were encountered:
@stdevAlDen commented on May 10
Feature description
Looking at the LIBC_FLAGS valu in source code, and the assigned values to LDFLAGS. I think that compiler flags are commonly assigned to a CFLAGS variables and LDFLAGS for linker flags.
Possible implementation
Just use a CFLAGS variable for compiler flags.
The text was updated successfully, but these errors were encountered: