Skip to content

Commit

Permalink
do not use long ints
Browse files Browse the repository at this point in the history
  • Loading branch information
zanellia committed Sep 15, 2022
1 parent 40a85e0 commit 9285826
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make_linux.mk
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ else
endif


CPPFLAGS = -Wall $(EXT_IDIR) -pedantic -Wshadow -Wfloat-equal -O3 -Wconversion -Wsign-conversion -fPIC -DLINUX -D__USE_LONG_INTEGERS__ -D__USE_LONG_FINTS__ -D${DEF_SOLVER} -D__NO_COPYRIGHT__
# CPPFLAGS = -Wall $(EXT_IDIR) -pedantic -Wshadow -Wfloat-equal -O3 -Wconversion -Wsign-conversion -fPIC -DLINUX -D__USE_LONG_INTEGERS__ -D__USE_LONG_FINTS__ -D${DEF_SOLVER} -D__NO_COPYRIGHT__
CPPFLAGS = -Wall $(EXT_IDIR) -pedantic -Wshadow -Wfloat-equal -O3 -Wconversion -Wsign-conversion -fPIC -DLINUX -D${DEF_SOLVER} -D__NO_COPYRIGHT__
# -g -D__DEBUG__ -D__NO_COPYRIGHT__ -D__SUPPRESSANYOUTPUT__ -D__USE_SINGLE_PRECISION__

# libraries to link against when building qpOASES .so files
Expand Down

0 comments on commit 9285826

Please sign in to comment.