Skip to content

Commit

Permalink
Fixed capitalization error in the debug suggestions for mac. (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
william-dawson committed Nov 14, 2019
1 parent e2fd5f3 commit 10836f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Targets/Mac-python2.cmake
Expand Up @@ -16,4 +16,4 @@ set(F_TOOLCHAINFLAGS_RELEASE "-O3 -cpp -fopenmp")
# Debug suggestions
set(CXX_TOOLCHAINFLAGS_DEBUG "-O0")
set(F_TOOLCHAINFLAGS_DEBUG
"-fcheck=ALL -O0 -fexternal-blas -cpp -Wall -DPURE=")
"-fcheck=all -O0 -fexternal-blas -cpp -Wall -DPURE=")

0 comments on commit 10836f5

Please sign in to comment.