Skip to content

Commit

Permalink
Remove unused Makefile variables
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Aug 27, 2023
1 parent a2f699e commit ff1fabb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
CROSS_COMPILE =

CXX = $(CROSS_COMPILE)g++
AR = $(CROSS_COMPILE)ar
RANLIB = $(CROSS_COMPILE)ranlib

## DEBUG=1 : A Debug build includes the debugger symbols
## and disables compiler optimization. Typically,
Expand Down

0 comments on commit ff1fabb

Please sign in to comment.