Additional work on emulation/CPU logic, implementing in C code
This commit is contained in:
@@ -164,5 +164,5 @@ win64: win64_pre native_common
|
||||
native_common:
|
||||
@echo " Building native module $(name)"
|
||||
@$(prefix)gcc $(include) -Isrc/core/include $(gccargs) -s -shared -O2 \
|
||||
-fno-strict-aliasing -Werror \
|
||||
-fno-strict-aliasing -fPIC -Werror \
|
||||
-o native/$(name)$(ext) src/desktop/vue/NativeVUE.c src/core/vue.c
|
||||
|
||||
Reference in New Issue
Block a user