Make it build

This commit is contained in:
Michal Moskal
2017-06-29 19:41:38 +02:00
parent 35eb61d5e5
commit 73ec883696
3 changed files with 79 additions and 1 deletions

View File

@ -1,6 +1,6 @@
include Makefile.inc
COMMON_FLAGS = -W -Wall -Ipxtapp -fwrapv -fno-threadsafe-statics
COMMON_FLAGS = -W -Wall -Wno-unused-parameter -Ipxtapp -fwrapv -fno-threadsafe-statics
CFLAGS = $(COMMON_FLAGS) -std=c99
CXXFLAGS = $(COMMON_FLAGS) -std=c++11 -fno-rtti -fno-exceptions -fno-unwind-tables
LDFLAGS = -Wl,--gc-sections -Wl,--sort-common -Wl,--sort-section=alignment