We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1cbc9 commit 7bb7913Copy full SHA for 7bb7913
Makefile
@@ -9,7 +9,7 @@ ifeq ($(BUILD),debug)
9
STRIP_CMD = $(info Skipping `strip` for debug builds)
10
# ASAN = -lasan
11
else
12
- CFLAGS_BUILD = -O2 -march=native -Wstringop-overflow=0
+ CFLAGS_BUILD = -O2 -Wstringop-overflow=0
13
GLAD_GEN = c
14
STRIP_CMD = strip --strip-all glava
15
endif
README.md
@@ -8,7 +8,7 @@
8
```bash
$ git clone --recursive https://github.com/wacossusca34/glava
$ cd glava
-$ make
+$ CFLAGS="-march=native" make
$ sudo make install
$ glava
```
0 commit comments