]> www.ginac.de Git - ginac.git/blobdiff - tools/ginac-excompiler.in
Use AX_CXX_COMPILE_STDCXX_11 macro to force C++11 compilation.
[ginac.git] / tools / ginac-excompiler.in
index e547edd95b3b51f916663ddace747731ae26a253..488e22e4919829dcda664252e9b8b626c4c8acba 100644 (file)
@@ -1,3 +1,2 @@
 #!/bin/sh
-@CC@ -x c -fPIC -o $1.o -c $1
-@CC@ -shared -o $1.so $1.o
+@CC@ -x c -fPIC -shared $CXXFLAGS -o $1.so $1