Skip to content

Commit

Permalink
link to math
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Sep 2, 2016
1 parent 2767930 commit bd71f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ this_cxxflags += -g #include debugging symbols
#-P -E #-Wreorder
#-O3 -funroll-loops -fomit-frame-pointer

this_ldlibs += -lsvgdom -lcairo -lstdc++
this_ldlibs += -lsvgdom -lcairo -lstdc++ -lm

ifeq ($(prorab_os),linux)
this_cxxflags += -fPIC # Since we are building shared library, we need Position-Independend Code
Expand Down

0 comments on commit bd71f6a

Please sign in to comment.