Skip to content

Commit

Permalink
fix the optimization levels
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Koposov committed Mar 13, 2020
1 parent f69b0c2 commit d6a087c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ EXTRA_CLEAN = dump.c prepare prepare.o gen_data.o \
results/version.out results/poly.out results/area.out \
gen_data

#OPT = -O3
#OPT_LOW = -O2
DEBUG = -O0 -g3 -ggdb -DQ3C_DEBUG
OPT = -O3
OPT_LOW = -O2
#DEBUG = -O0 -g3 -ggdb -DQ3C_DEBUG
PG_CPPFLAGS = $(DEBUG) $(OPT) -D_GNU_SOURCE -D__STDC_FORMAT_MACROS -DQ3C_VERSION='"'$(EXTVERSION)'"'
CPPFLAGS = $(CPPFLAGS) -D$(Q3CVERSION)

Expand Down

0 comments on commit d6a087c

Please sign in to comment.