Skip to content

Commit 374df09

Browse files
committed
fix: compile with exception support #2
close #2
1 parent ca99fe1 commit 374df09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CMakeFiles/pioasm.dir/main.cpp.o: build/Makefile
2525
cd build && emmake make
2626

2727
build/Makefile: build
28-
cd build && emcmake cmake ${PICO_SDK_PATH}/tools/pioasm
28+
cd build && emcmake cmake -D CMAKE_CXX_FLAGS="-fexceptions" ${PICO_SDK_PATH}/tools/pioasm
2929

3030
build:
3131
mkdir build

0 commit comments

Comments
 (0)