Skip to content

Changes for optimisation and compiling under newer versions of GCC#103

Open
amitie10g wants to merge 10 commits intomatteoserva:masterfrom
amitie10g:master
Open

Changes for optimisation and compiling under newer versions of GCC#103
amitie10g wants to merge 10 commits intomatteoserva:masterfrom
amitie10g:master

Conversation

@amitie10g
Copy link

This pull request changes the following:

  • Makefile: Change -O0 by -Os, to leave the most optimisations.
  • src/file_cache_row.cpp: Adds #include <cmath> and replace return 8 + **ceil** by return 8 + **std::ceil**, in order to compile under newer versions of GCC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant