mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
added debugging options
This commit is contained in:
parent
d53f6bdf7e
commit
50ac5c03e3
1 changed files with 1 additions and 0 deletions
1
Makefile
vendored
1
Makefile
vendored
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
CXXFLAGS = -std=c++17 -W -Wall -O3 -ffast-math -fno-exceptions -fno-rtti -I../dsp -I../code
|
||||
#CXXFLAGS += -g -fsanitize=address
|
||||
CXX = clang++ -stdlib=libc++ -march=native
|
||||
#CXX = g++ -march=native
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue