Skip to content

Instantly share code, notes, and snippets.

@tpoechtrager
Created December 27, 2014 20:58
Show Gist options
  • Save tpoechtrager/02535da351bf400278fd to your computer and use it in GitHub Desktop.
Save tpoechtrager/02535da351bf400278fd to your computer and use it in GitHub Desktop.
diff --git a/Makefile b/Makefile
index 64885b5..ed10eef 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ else
override LIBS+= -lenet -lz -lm
endif
-override CFLAGS+= $(OPTFLAGS) $(CPUINFO) $(DEBUG) -Wall
+override CFLAGS+= $(OPTFLAGS) $(CPUINFO) $(DEBUG) -Wall -Wno-gnu
override CXXFLAGS+= $(OPTFLAGS) $(CPUINFO) $(DEBUG) -Wall -fsigned-char -std=c++11 -Ishared -Iengine -Ifpsgame -Ispaghetti -Ienet/include -Iinclude $(LUACFLAGS) -DSTANDALONE
override LDFLAGS+= -Lenet/.libs $(LUALDFLAGS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment