Skip to content

Commit

Permalink
Update makefile with mex flags
Browse files Browse the repository at this point in the history
  • Loading branch information
oneilm authored Apr 12, 2024
1 parent 21eada3 commit d1b84ec
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
Expand Up @@ -32,7 +32,7 @@ PYTHON=python


# flags for MATLAB MEX compilation..
MFLAGS=-compatibleArrayDims -DMWF77_UNDERSCORE1 "CFLAGS=-std=gnu17"
MFLAGS=-compatibleArrayDims -DMWF77_UNDERSCORE1 "CFLAGS=$(CFLAGS)"
MWFLAGS=-c99complex
MOMPFLAGS = -D_OPENMP

Expand Down

0 comments on commit d1b84ec

Please sign in to comment.