Skip to content

Commit

Permalink
omp on makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eliazonta committed Oct 25, 2023
1 parent 40be55d commit 56cdbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CC := g++
CFLAGS := -std=c++11 # -Wextra -Werror -Wall
# OMPFLAGS := -fopenmp
OMPFLAGS := -fopenmp
NAME := K-Means3D
BIN := bin
OBJ_FOLDER := obj
Expand Down

0 comments on commit 56cdbf1

Please sign in to comment.