Skip to content

Commit 467e991

Browse files
committedFeb 1, 2021
Update optimization flags
1 parent e064eba commit 467e991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SRC_DIR := I_GGX64
66
ARCH ?= x86_64
77

88
INCLUDE_PATHS += -I$(PWD)/I_GGX64 -I$(PWD)/endgame
9-
COMMON_DEFS += $(INCLUDE_PATHS) -std=c++11 -O0 -g
9+
COMMON_DEFS += $(INCLUDE_PATHS) -std=c++11 -O3
1010
CCFLAGS-x86_64 = -msse -msse2 -msse3 -msse4.1 -msse4.2
1111
CCFLAGS-arm64 = -arch arm64
1212
CCFLAGS += -stdlib=libc++ -Wno-shift-negative-value -Wno-c++11-extensions -Wno-switch $(CCFLAGS-$(ARCH)) $(COMMON_DEFS)

0 commit comments

Comments
 (0)
Please sign in to comment.