5 lines
153 B
Makefile
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
|