]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - Makefile.head
Initial struct marshalling.
[polintos/scott/priv.git] / Makefile.head
index da2bc1da75a78090603ee4348d735b330039e151..e3665175dfd8d6aa7636cdb10118ec2323e7b479 100644 (file)
@@ -50,8 +50,13 @@ WARN += -Wall -Werror
 OPT += -O2
 DEBUG += -g3
 ABI += -freg-struct-return
+ifeq ($(V),)
+       V := @
+else
+       override V := 
+endif
 
-CXXFLAGS += $(CXXINCS) $(DEFS) $(CXXWARN) $(OPT) $(DEBUG) $(ABI)
+CXXFLAGS += $(DEFS) $(CXXINCS) $(CXXWARN) $(OPT) $(DEBUG) $(ABI)
 BUILDCXXFLAGS += $(BUILDDEFS) $(CXXWARN) $(OPT) $(DEBUG)
 
 CFLAGS += $(CINCS) $(DEFS) $(CWARN) $(OPT) $(DEBUG) $(ABI)