Removed -march=native from Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -9,7 +9,7 @@ ifeq ($(BUILD),debug)
|
||||
STRIP_CMD = $(info Skipping `strip` for debug builds)
|
||||
# ASAN = -lasan
|
||||
else
|
||||
CFLAGS_BUILD = -O2 -march=native -Wstringop-overflow=0
|
||||
CFLAGS_BUILD = -O2 -Wstringop-overflow=0
|
||||
GLAD_GEN = c
|
||||
STRIP_CMD = strip --strip-all glava
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user