Advanced unusage of parameters

This commit is contained in:
John Stäck 2019-06-23 14:51:31 +02:00
parent 3d38f50d98
commit 2332f37eca
3 changed files with 13 additions and 12 deletions

View file

@ -12,7 +12,7 @@ else
endif
CXXFLAGS= $(CFLAGS) -std=c++14 -Wno-unused-parameter
CXXFLAGS= $(CFLAGS) -std=c++14
LIBS=-framework SDL2 -lc++ -lc -framework OpenGL
LDFLAGS=-macosx_version_min 10.9 -rpath @executable_path/../Frameworks