remove duplicated switch

This commit is contained in:
mariusmonton 2021-02-21 13:51:01 +01:00
parent 49103e5591
commit 597dec2277
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ TARGET_ARCH=linux64
CC = g++
# compiling flags here
CFLAGS = -Wall -I. -O3 -std=c++11 -g -Wall -Wextra -Wunused-function
CFLAGS = -Wall -I. -O3 -std=c++11 -g -Wextra -Wunused-function