Skip to content

Commit

Permalink
Changing Makefile to compile using optimization flags by default
Browse files Browse the repository at this point in the history
  • Loading branch information
snavely committed Jun 8, 2014
1 parent 7bc30ac commit 92d699f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ USE_CERES=true

CC=gcc
CXX=g++
# OPTFLAGS=-O3 -Wall -Wno-unused-result
OPTFLAGS=-g2
OPTFLAGS=-O3 -Wall -Wno-unused-result
# OPTFLAGS=-g2
OTHERFLAGS=-std=gnu++0x

OS=$(shell uname -o)
Expand Down

0 comments on commit 92d699f

Please sign in to comment.