We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca99fe1 commit 374df09Copy full SHA for 374df09
Makefile
@@ -25,7 +25,7 @@ CMakeFiles/pioasm.dir/main.cpp.o: build/Makefile
25
cd build && emmake make
26
27
build/Makefile: build
28
- cd build && emcmake cmake ${PICO_SDK_PATH}/tools/pioasm
+ cd build && emcmake cmake -D CMAKE_CXX_FLAGS="-fexceptions" ${PICO_SDK_PATH}/tools/pioasm
29
30
build:
31
mkdir build
0 commit comments