Changeset 318 for cpp/frams/Makefile-SDK


Ignore:
Timestamp:
01/30/15 11:25:35 (9 years ago)
Author:
Maciej Komosinski
Message:

Compiles under cygwin; enabled warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/Makefile-SDK

    r317 r318  
    99sdk_tests: $(SDK_TESTS)
    1010
     11CXXWARNINGS=-Wall -Wno-parentheses -Wno-overloaded-virtual -Wno-format -Werror=return-type
     12
    1113SDK_BUILD_CONFIG= -include frams/config/sdk_build_config.h
    12 CXXFLAGS= -I$(CURDIR) -std=gnu++11 $(SDK_BUILD_CONFIG) -Wno-parentheses -Wno-overloaded-virtual -Wno-format -g
     14CXXFLAGS= -I$(CURDIR) -std=gnu++11 $(SDK_BUILD_CONFIG) $(CXXWARNINGS) -g
    1315
    1416#############################################
Note: See TracChangeset for help on using the changeset viewer.