Skip to content

Commit

Permalink
Try dependencies again.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Oct 26, 2024
1 parent f970deb commit 1bff2f9
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/abseil-cpp
-DNDEBUG -Iinclude -Ideps/abseil-cpp

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

0 comments on commit 1bff2f9

Please sign in to comment.