Usermode/AxWin4 - Server implemenation moving along
[tpg/acess2.git] / Usermode / Applications / Makefile.cfg
index 583ae58..e170329 100644 (file)
@@ -5,8 +5,6 @@
 _appsdir := $(dir $(lastword $(MAKEFILE_LIST)))
 include $(_appsdir)../Makefile.cfg
 
-CXXFLAGS += -std=gnu++11
-
 ifeq ($(ARCHDIR),native)
  ASFLAGS = -felf
  CPPFLAGS = -Wall
@@ -23,6 +21,7 @@ endif
 
 -include $(_appsdir)../common_settings.mk
 LDFLAGS += -rpath-link $(OUTPUTDIR)Libs
+CXXFLAGS += -std=gnu++11
 
 # Extra-verbose errors!
 #CFLAGS += -Wall -Wextra -Wwrite-strings -Wshadow -Wswitch-default -Wswitch-enum -Wstrict-overflow=5 -Wfloat-equal -Wundef -Wmissing-declarations -Wlogical-op  -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wsync-nand -Wunused -Wstrict-overflow=5 -Wfloat-equal -Wundef -Wno-endif-labels -Wshadow -Wunsafe-loop-optimizations -Wbad-function-cast -Wc++-compat -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-declarations -Wnormalized=nfc -Wpacked -Wpadded -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wdisabled-optimization -Woverlength-strings

UCC git Repository :: git.ucc.asn.au