q
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
all:
|
||||
g++ mmw.cpp --std=c++1z -shared -fPIC -Ofast -march=native -g0 -s -o mmw.so
|
||||
avx512:
|
||||
g++ mmw.cpp --std=c++1z -shared -fPIC -Ofast -mavx512f -g0 -s -o mmw.so
|
||||
debug:
|
||||
g++ mmw.cpp --std=c++1z -shared -fPIC -O0 -march=native -g3 -o mmw.so
|
||||
clean:
|
||||
rm mmw.so -rf
|
||||
snippet:
|
||||
g++ -shared --std=c++1z out.cpp -O3 -march=native -o dll.so
|
||||
clean:
|
||||
rm *.shm -rf
|
||||
Reference in New Issue
Block a user