~verifypn-cpn/verifypn/unitTest

« back to all changes in this revision

Viewing changes to makefile.linux64

  • Committer: Peter G. Jensen
  • Date: 2018-04-17 12:09:54 UTC
  • mto: This revision was merged to the branch mainline in revision 200.
  • Revision ID: peter.gjoel@gmail.com-20180417120954-r587ccov7ku97q6t
fixed compilation for release

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
# Compiler and linker flags
8
8
CFLAGS                  = -fPIC -flto -march=x86-64 -std=c++14  -m64 -I.
9
 
LDFLAGS                 = -flto=4 -march=x86-64 -std=c++14  -m64 -Wl,-Bstatic lpsolve/liblpsolve55-linux64.a \
 
9
LDFLAGS                 = -flto=4 -march=x86-64 -std=c++14  -m64 -static lpsolve/liblpsolve55-linux64.a \
10
10
              -static-libgcc -static-libstdc++ 
11
11
# -Wl,-Bstatic -ldl -lm -lc -Wl,-Bdynamic -lpthread 
12
12