wiiu: only one dash for gcc -std

This commit is contained in:
Brad Parker 2017-10-20 23:43:33 -04:00
parent b0f8a570b5
commit 19af87214a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ LD := g++
OBJS := main.o
INCLUDES := -I.
CFLAGS := -O2 -Wall --std=c++14
CFLAGS := -O2 -Wall -std=c++14
LDFLAGS := -lz
ifneq ($(findstring Linux,$(shell uname -a)),)