@@ -7,6 +7,8 @@ Accepted for [SIGMOD-2019](http://sigmod2019.org/sigmodcfp) in Amsterdam from 30
- cmake version >= 3.7.0
- Linux package: *build-essential*, including *GNU make* version >= 4.1
# Before compilation
To explicitly ensure, that CMake will use the GNU compiler use:
```{bash, engine='sh'}
...
...
@@ -14,6 +16,13 @@ export CXX=g++
export CC=gcc
```
Lookup the [compiler-flag](https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html) for your hardware. Change the `-march` flag in your `CMakeLists.txt` depending on the hardware.