Skip to content

Commit

Permalink
Merge pull request #9 from mockingbirdnest/Makefile
Browse files Browse the repository at this point in the history
Dependencies
  • Loading branch information
pleroy authored Oct 26, 2024
2 parents 245912e + 51bf194 commit 1fca10f
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 @@ -5,7 +5,7 @@ COMPILER_OPTIONS := \
-std=c++1z -stdlib=libc++ -O3 -g \
-fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer \
-Wall -Wpedantic \
-DNDEBUG -Iinclude
-DNDEBUG -Iinclude -I../deps

LIBRARY_TRANSLATION_UNITS := \
src/binary64/cos/cos.c \
Expand Down

0 comments on commit 1fca10f

Please sign in to comment.