We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e064eba commit 467e991Copy full SHA for 467e991
Makefile
@@ -6,7 +6,7 @@ SRC_DIR := I_GGX64
6
ARCH ?= x86_64
7
8
INCLUDE_PATHS += -I$(PWD)/I_GGX64 -I$(PWD)/endgame
9
-COMMON_DEFS += $(INCLUDE_PATHS) -std=c++11 -O0 -g
+COMMON_DEFS += $(INCLUDE_PATHS) -std=c++11 -O3
10
CCFLAGS-x86_64 = -msse -msse2 -msse3 -msse4.1 -msse4.2
11
CCFLAGS-arm64 = -arch arm64
12
CCFLAGS += -stdlib=libc++ -Wno-shift-negative-value -Wno-c++11-extensions -Wno-switch $(CCFLAGS-$(ARCH)) $(COMMON_DEFS)
0 commit comments