Skip to content

Commit

Permalink
Merge pull request #10 from mockingbirdnest/Makefile
Browse files Browse the repository at this point in the history
Better dependencies
  • Loading branch information
pleroy authored Oct 26, 2024
2 parents 1fca10f + f970deb commit 5c82dc4
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 -I../deps
-DNDEBUG -Iinclude -I../deps/abseil-cpp

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

0 comments on commit 5c82dc4

Please sign in to comment.