Skip to content

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