Skip to content

Commit

Permalink
[RLIBM_32] Do not override CC in Makefile (#3561)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Aug 27, 2021
1 parent 1c2b605 commit 4eb57af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/RLIBM_32/bundled/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
CC := gcc
CFLAGS := -std=c11 -O3 -fPIC
CFLAGS = -std=c11 -O3 -fPIC

floatFNames = log log2 log10 exp exp2 exp10 sinh cosh sinpi cospi log2_8 log10_8

Expand Down

0 comments on commit 4eb57af

Please sign in to comment.