Removed -march=native from Makefile

This commit is contained in:
Jarcode
2018-10-08 12:43:18 -07:00
parent 1a1cbc9cc8
commit 7bb7913bd3
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
```bash
$ git clone --recursive https://github.com/wacossusca34/glava
$ cd glava
$ make
$ CFLAGS="-march=native" make
$ sudo make install
$ glava
```