File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ all: ./build ./webclient ./webserver
13
13
# cd ./deps/gyp && curl -o issue_292.diff https://codereview.chromium.org/download/issue14887003_1_2.diff && patch pylib/gyp/xcode_emulation.py issue_292.diff
14
14
15
15
./build : ./deps/gyp ./deps/libuv ./deps/http-parser
16
- deps/gyp/gyp --depth=. -Goutput_dir=./out -Icommon.gypi --generator-output=./build -Dlibrary=static_library -Duv_library=static_library -f make
16
+ deps/gyp/gyp --depth=. -Goutput_dir=./out -Icommon.gypi --generator-output=./build -Dlibrary=static_library -Duv_library=static_library -f make -Dclang=1
17
17
18
18
./webclient : webclient.cc
19
19
make -C ./build/ webclient
@@ -29,6 +29,7 @@ distclean:
29
29
30
30
test :
31
31
./build/out/Release/webserver & ./build/out/Release/webclient && killall webserver
32
+ # ./build/out/Release/webserver & wrk -d10 -t24 -c24 --latency http://127.0.0.1:8000
32
33
33
34
clean :
34
35
rm -rf ./build/out/Release/obj.target/webserver/
You can’t perform that action at this time.
0 commit comments