Files
AQuery/sdk/Makefile
T
2022-09-15 18:10:06 +08:00

5 lines
155 B
Makefile

example:
g++-9 -shared -fPIC example.cpp aquery_mem.cpp -fno-semantic-interposition -Ofast -march=native -flto --std=c++1z -o ../test.so
all: example