Skip to content

Commit

Permalink
Fixed Nonoptimize in cuda actually optimizing
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelF committed Mar 20, 2015
1 parent a798945 commit 891d132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions g2g/Makefile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ ifeq ($(regcount),1)
endif

ifeq ($(non_optimize), 1)
OPTIMIZE := -O3
else
OPTIMIZE := -O0
else
OPTIMIZE := -O3
endif

# Debug/release configuration
Expand Down

0 comments on commit 891d132

Please sign in to comment.