Commit e293fba9 authored by Michael Droettboom's avatar Michael Droettboom

Remove --profiling flag

parent 82e038fd
...@@ -127,7 +127,7 @@ $(BUILD)/_path.so: \ ...@@ -127,7 +127,7 @@ $(BUILD)/_path.so: \
$(HOSTSRC)/py_converters.bc \ $(HOSTSRC)/py_converters.bc \
$(HOSTSRC)/_path_wrapper.bc \ $(HOSTSRC)/_path_wrapper.bc \
$(AGGOBJECTS) $(AGGOBJECTS)
$(CC) $(SIDE_LDFLAGS) --profiling $^ -o $@.wasm $(CC) $(SIDE_LDFLAGS) $^ -o $@.wasm
mv $@.wasm $@ mv $@.wasm $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment