Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit f12ab74

Browse files
author
Aaron Leung
committed
whoops, we should re-enable optimizations and disable debug info
1 parent 9673553 commit f12ab74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CXX ?= g++
2-
CXXFLAGS = -Wall -fPIC -g
2+
CXXFLAGS = -Wall -O2 -fPIC
33
LDFLAGS = -fPIC
44

55
PREFIX = /usr/local

0 commit comments

Comments
 (0)