Remove unused variable in Makefile (#1001)

This commit is contained in:
Dexter Chua 2021-01-01 21:19:27 +08:00 committed by GitHub
parent 208fa57bcf
commit 4e39fd39d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ CC=emcc
CXX=em++
OPTFLAGS=-O2
CFLAGS=$(OPTFLAGS) -g -I$(PYTHONINCLUDE) -Wno-warn-absolute-paths -Werror=int-conversion -Werror=incompatible-pointer-types
CXXFLAGS=$(CFLAGS) -std=c++14
LDFLAGS=\
-O2 \