File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ DEBUGFLAGS = -DDEBUG=$(DEBUG) -DTRACE=$(TRACE) -DINFO=$(INFO) -DWARN=$(WARN)
14
14
15
15
CXX = g++
16
16
CC = gcc
17
- CFLAGS = -g - Wall -c
18
- CXXFLAGS = -g -v -std=c++11 -I ../lib/json/single_include -Wall
17
+ CFLAGS = -Wall -c -O3
18
+ CXXFLAGS = -v -O3 -std=c++11 -I ../lib/json/single_include -Wall
19
19
20
20
21
21
@@ -35,11 +35,11 @@ CXXSOURCES = \
35
35
../src/WARDuino/CallbackHandler.cpp \
36
36
../src/Primitives/emulated.cpp \
37
37
../src/Interpreter/instructions.cpp \
38
+ ../src/Interpreter/interpreter.cpp \
38
39
../src/Edward/RFC.cpp \
39
40
../src/Edward/proxy.cpp \
40
41
../src/Edward/proxy_supervisor.cpp \
41
42
../src/Utils/sockets.cpp \
42
- ../lib/json/single_include/nlohmann/json.hpp \
43
43
benchmarks.cpp
44
44
45
45
all : $(OUTPUTDIR )$(TARGET ) $(addprefix tasks/,$(addsuffix /wast/impl.wasm, $(TASKS ) ) )
You can’t perform that action at this time.
0 commit comments