Changeset 1158 for cpp/frams/Makefile-SDK
- Timestamp:
- 10/01/21 23:40:49 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/Makefile-SDK
r1035 r1158 11 11 CXXWARNINGS=-Wall -Wno-parentheses -Wno-overloaded-virtual -Wno-format -Werror=return-type 12 12 13 SDK_BUILD_CONFIG= -include frams/config/sdk _build_config.h13 SDK_BUILD_CONFIG= -include frams/config/sdk-build-config.h 14 14 CXXFLAGS= -I$(CURDIR) -std=gnu++17 $(SDK_BUILD_CONFIG) $(CXXWARNINGS) -g 15 15
Note: See TracChangeset
for help on using the changeset viewer.