-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(custom-flags): added the way to set additional compiler flags Additional flags for C/CPP can be set with: `USER_C_FLAGS` / `USER_CXX_FLAGS` fix(Makefile): fix missed `pbbase64.c` Fix because of which one of the source files has been missed for Windows. fix(Makefile): fix Makefile macro for Windows Fix issue with unsupported concatenation of sources files / definitions (`+=`). refactor(makefiles): refactor Makefiles Refactor our `Makefiles` from different folders and platforms to use `include` directives to include shared definitions, flags, source files. --------- Co-authored-by: Serhii Mamontov <[email protected]> Co-authored-by: Kamil Gronek <[email protected]> Co-authored-by: PubNub Release Bot <[email protected]>
- Loading branch information
1 parent
eb84d56
commit ea0a4c1
Showing
43 changed files
with
2,939 additions
and
1,781 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.