fibercrypto / fibercrypto/libskyfiber
[QUESTION] Refactor variable name in makefile
Offen
- Vorherrschende Sprache
- C
- Sterne
- 0
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**Feature description**
Looking at the `LIBC_FLAGS` valu [in source code](https://github.com/skycoin/libskycoin/blob/785df27662e57b8ecd78644c7e212b7d2c5d9f43/Makefile#L41), and [the assigned values to `LDFLAGS`](https://github.com/skycoin/libskycoin/blob/785df27662e57b8ecd78644c7e212b7d2c5d9f43/Makefile#L60). 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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.