Skip to content

Commit

Permalink
Better dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Oct 26, 2024
1 parent 51bf194 commit f970deb
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 f970deb

Please sign in to comment.