Files
AQuery/sdk/Makefile
T
2022-09-21 17:23:50 +08:00

5 lines
153 B
Makefile

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